Skip to content

Commit f7eea45

Browse files
author
Jan-Olof Hendig
committed
Fixed typo
1 parent 48c9826 commit f7eea45

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

doc/Type/ComplexStr.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
class ComplexStr is Complex is Str
88
9-
The dual value types (often referred to as L<allomorphs|/language/glossay#Allomorph>
9+
The dual value types (often referred to as L<allomorphs|/language/glossary#Allomorph>
1010
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>:

doc/Type/IntStr.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
class IntStr is Int is Str
88
9-
The dual value types (often referred to as L<allomorphs|/language/glossay#Allomorph>
9+
The dual value types (often referred to as L<allomorphs|/language/glossary#Allomorph>
1010
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>:

doc/Type/NumStr.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
class NumStr is Num is Str
88
9-
The dual value types (often referred to as L<allomorphs|/language/glossay#Allomorph>
9+
The dual value types (often referred to as L<allomorphs|/language/glossary#Allomorph>
1010
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>:

doc/Type/RatStr.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
class RatStr is Rat is Str
88
9-
The dual value types (often referred to as L<allomorphs|/language/glossay#Allomorph>
9+
The dual value types (often referred to as L<allomorphs|/language/glossary#Allomorph>
1010
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>:

0 commit comments

Comments
 (0)