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 0e6c0cd commit d9c25c6Copy full SHA for d9c25c6
doc/Type/Map.pod
@@ -178,7 +178,7 @@ Returns a list of keys and values interleaved.
178
179
Defined as:
180
181
- method Int(Map:D:) return Int:D
+ method Int(Map:D:) returns Int:D
182
183
Usage:
184
@@ -193,7 +193,7 @@ Returns the number of pairs stored in the C<Map> (same as C<.elems>).
193
194
195
196
- method Numeric(Map:D:) return Int:D
+ method Numeric(Map:D:) returns Int:D
197
198
199
0 commit comments