Skip to content

Commit 6d3409d

Browse files
authored
Update RatStr.pod6
1 parent 9880c88 commit 6d3409d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/RatStr.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class RatStr is Rat 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
@@ -119,4 +119,4 @@ coerce to the C<Rat> or C<Str> values first:
119119
120120
=end pod
121121

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

0 commit comments

Comments
 (0)