From 1add6c4be7636e5cbc8b2b7844a445e702275f4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20B=20Nagy?= <20251272+BNAndras@users.noreply.github.com> Date: Fri, 7 Aug 2026 16:44:52 -0700 Subject: [PATCH 1/2] Remove stray underscore from `nucleotide-count` source field --- exercises/nucleotide-count/metadata.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/nucleotide-count/metadata.toml b/exercises/nucleotide-count/metadata.toml index cf2b8e0c1f..66754f5af4 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 Calculating DNA Nucleotides problem at Rosalind" source_url = "https://rosalind.info/problems/dna/" From c4933862708b4c2b19e56fff5830c5dc7766c4a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20B=20Nagy?= <20251272+BNAndras@users.noreply.github.com> Date: Sat, 8 Aug 2026 21:28:48 -0700 Subject: [PATCH 2/2] Update source info for `nucleotide-count` --- exercises/nucleotide-count/metadata.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/nucleotide-count/metadata.toml b/exercises/nucleotide-count/metadata.toml index 66754f5af4..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/"