We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f08f2a commit 2155303Copy full SHA for 2155303
book/modules/creating_modules.md
@@ -465,7 +465,7 @@ Notice that we have two definitions in this module -- `alpha-num-range` and `str
465
use is-alphanumeric.nu *
466
'Word' | str is-alphanumeric
467
# => true
468
-'Some punctutation?!' | str is-alphanumeric
+'Some punctuation?!' | str is-alphanumeric
469
# => false
470
'a' in (alpha-num-range)
471
# => Error:
0 commit comments