Skip to content

Commit

Permalink
fixed typo. (keon#878)
Browse files Browse the repository at this point in the history
  • Loading branch information
patilabhay679 authored Nov 12, 2022
1 parent fac67d6 commit 52b9408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algorithms/strings/fizzbuzz.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Wtite a function that returns an array containing the numbers from 1 to N,
Write a function that returns an array containing the numbers from 1 to N,
where N is the parametered value. N will never be less than 1.
Replace certain values however if any of the following conditions are met:
Expand Down

0 comments on commit 52b9408

Please sign in to comment.