Skip to content

Commit b72dd74

Browse files
committed
use word to avoid spellcheck
1 parent 2cee6ff commit b72dd74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Signature.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ rather than an object instance.
245245
say can-turn-into("3", Int);
246246
say can-turn-into("6.5", Int);
247247
say can-turn-into("6.5", Num);
248-
say can-turn-into("NotANum", Num);
248+
say can-turn-into("a string", Num);
249249
# OUTPUT: True True True False
250250
251251
For explicitly indicating the normal behaviour, C<:_> can be used, but this is

0 commit comments

Comments
 (0)