Skip to content

Commit 2155303

Browse files
authored
Fix typo in code example (#1606)
Fixes CI typos check
1 parent 6f08f2a commit 2155303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/modules/creating_modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ Notice that we have two definitions in this module -- `alpha-num-range` and `str
465465
use is-alphanumeric.nu *
466466
'Word' | str is-alphanumeric
467467
# => true
468-
'Some punctutation?!' | str is-alphanumeric
468+
'Some punctuation?!' | str is-alphanumeric
469469
# => false
470470
'a' in (alpha-num-range)
471471
# => Error:

0 commit comments

Comments
 (0)