Skip to content

Commit 52fd65b

Browse files
authored
Use more precise language in Cool summary
Addresses #1095
1 parent 18f5adc commit 52fd65b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/Cool.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
33
=TITLE class Cool
44
5-
=SUBTITLE Object that can be treated as either a string or number
5+
=SUBTITLE Object that can be treated as both a string and number
66
77
class Cool is Any { }
88
99
C<Cool>, also known as the B<C>onvenient B<OO> B<L>oop, is a base class
1010
employed by a number of built-in classes that can be meaningfully coerced
11-
to a string or a number. For example, an L<Array> can be used in mathematical
11+
to a string and a number. For example, an L<Array> can be used in mathematical
1212
operations, where its numerical representation is the number of elements it
1313
contains. At the same time, it can be concatenated to a string, where its
1414
stringy representation is all of its elements L<joined|/routine/join> by

0 commit comments

Comments
 (0)