Skip to content

Commit d9c25c6

Browse files
author
Jan-Olof Hendig
committed
Fixed two typos
1 parent 0e6c0cd commit d9c25c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/Map.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Returns a list of keys and values interleaved.
178178
179179
Defined as:
180180
181-
method Int(Map:D:) return Int:D
181+
method Int(Map:D:) returns Int:D
182182
183183
Usage:
184184
@@ -193,7 +193,7 @@ Returns the number of pairs stored in the C<Map> (same as C<.elems>).
193193
194194
Defined as:
195195
196-
method Numeric(Map:D:) return Int:D
196+
method Numeric(Map:D:) returns Int:D
197197
198198
Usage:
199199

0 commit comments

Comments
 (0)