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 9880c88 commit 6d3409dCopy full SHA for 6d3409d
doc/Type/RatStr.pod6
@@ -7,7 +7,7 @@
7
class RatStr is Rat 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
@@ -119,4 +119,4 @@ coerce to the C<Rat> or C<Str> values first:
119
120
=end pod
121
122
-# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6
+# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6
0 commit comments