Skip to content

Commit 9880c88

Browse files
authored
Update NumStr.pod6
1 parent 49bc021 commit 9880c88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/NumStr.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class NumStr is Num is Str { }
88
99
The dual value types (often referred to as L<allomorphs|/language/glossary#Allomorph>)
10-
allow for the representation of a value as both a string and a numeric type, typically
10+
allow for the representation of a value as both a string and a numeric type. Typically
1111
they will be created for you when the context is "stringy" but they can be determined
1212
to be numbers, such as in some L<quoting constructs|/language/quoting>:
1313
@@ -110,4 +110,4 @@ coerce to a C<Num> or C<Str> value first:
110110
111111
=end pod
112112

113-
# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6
113+
# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6

0 commit comments

Comments
 (0)