Update student stub parameter for RNA Transcription

csharp/exercises/practice/rna-transcription/RnaTranscription.cs at acfdd33b81dd845c1ff3eeaf2f4cda1b31fdd257 · exercism/csharp · GitHub has a parameter nucleotide but the last test passes in a string of multiple nucleotides. In the problem-specifications, strand is referenced as the parameter which seems more appropriate to me since you can have a single-nucleotide strand and a multiple-nucleotide strand.

Good catch. You up for a PR? :)

1 Like