diff --git a/exercises/nucleotide-count/metadata.toml b/exercises/nucleotide-count/metadata.toml index cf2b8e0c1f..bfe3a8dbde 100644 --- a/exercises/nucleotide-count/metadata.toml +++ b/exercises/nucleotide-count/metadata.toml @@ -1,4 +1,4 @@ title = "Nucleotide Count" blurb = "Given a DNA string, compute how many times each nucleotide occurs in the string." -source = "The Calculating DNA Nucleotides_problem at Rosalind" +source = "The Counting DNA Nucleotides problem at Rosalind" source_url = "https://rosalind.info/problems/dna/"