Skip to content

Commit

Permalink
Fix typo in binary-search doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
BNAndras authored Dec 29, 2023
1 parent ffc0664 commit a91238a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/practice/binary-search/binary_search.vim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"
" Returns the postion of an item in a sorted list using a binary search
" Returns the position of an item in a sorted list using a binary search
" Throws an error if item isn't present
" Example:
"
Expand Down

0 comments on commit a91238a

Please sign in to comment.