Skip to content

Commit 137d60f

Browse files
authored
Fix misspelling "occurences". (exercism#951)
I have found my mission in life!
1 parent 1acdd54 commit 137d60f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/secrets/.docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ High-level languages like Julia usually abstract away most of this detail.
88
However, a full range of bit-level operations are available in the base language.
99

1010
***Note:*** To see human-readable binary output in the REPL, nearly all the examples below need to be wrapped in a `bitstring()` function.
11-
This is visually distracting, so most occurences of this function have been edited out.
11+
This is visually distracting, so most occurrences of this function have been edited out.
1212

1313
## Bit-shift operations
1414

0 commit comments

Comments
 (0)