Skip to content

Commit

Permalink
Small change based on vendethiel's review
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Nov 2, 2024
1 parent 4b24c06 commit 2ed1f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/practice/hamming/.meta/hamming.ys
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
defn distance(strand1 strand2):
strand1.# == strand2.# ||:
die: 'strands must be of equal length'
sum: map(ne strand1 strand2).map(N)
len: map(ne strand1 strand2).filter(a)

0 comments on commit 2ed1f53

Please sign in to comment.