Skip to content

Commit 52b9408

Browse files
fixed typo. (#878)
1 parent fac67d6 commit 52b9408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algorithms/strings/fizzbuzz.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Wtite a function that returns an array containing the numbers from 1 to N,
2+
Write a function that returns an array containing the numbers from 1 to N,
33
where N is the parametered value. N will never be less than 1.
44
55
Replace certain values however if any of the following conditions are met:

0 commit comments

Comments
 (0)