Spelling fix occurrence (#121)

Updated spelling of "occurrence"
master
Sara Inés Calderón 8 years ago committed by Colin Jones
parent e0d037d529
commit 247e5d0351

@ -36,7 +36,7 @@
"You may want to make sure your words are backwards"
(= __ (string/reverse "hello"))
"Maybe you want to find the index of the first occurence of a substring"
"Maybe you want to find the index of the first occurrence of a substring"
(= 0 (string/index-of "hello world" __))
"Or maybe the last index of the same"

Loading…
Cancel
Save