Skip to content

Commit

Permalink
hamming-distance: Change 'difference' to 'distance' in metadata (#2488)
Browse files Browse the repository at this point in the history
  • Loading branch information
tasxatzial authored Oct 24, 2024
1 parent 86f716c commit 0bc4985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/hamming/metadata.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title = "Hamming"
blurb = "Calculate the Hamming difference between two DNA strands."
blurb = "Calculate the Hamming distance between two DNA strands."
source = "The Calculating Point Mutations problem at Rosalind"
source_url = "https://rosalind.info/problems/hamm/"

0 comments on commit 0bc4985

Please sign in to comment.