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 49bc021 commit 9880c88Copy full SHA for 9880c88
doc/Type/NumStr.pod6
@@ -7,7 +7,7 @@
7
class NumStr is Num is Str { }
8
9
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
+allow for the representation of a value as both a string and a numeric type. Typically
11
they will be created for you when the context is "stringy" but they can be determined
12
to be numbers, such as in some L<quoting constructs|/language/quoting>:
13
@@ -110,4 +110,4 @@ coerce to a C<Num> or C<Str> value first:
110
111
=end pod
112
113
-# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6
+# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6
0 commit comments