Skip to content

Commit c91af90

Browse files
committed
GLRify two examples
1 parent f76fb3d commit c91af90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Type/List.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,9 @@ list.
189189
Examples:
190190
191191
> ('hello', 1, 22/7, 42, 'world').grep: Int
192-
1 42
192+
(1 42)
193193
> grep { .Str.chars > 3 }, 'hello', 1, 22/7, 42, 'world'
194-
hello 3.142857 world
194+
(hello 3.142857 world)
195195
196196
=head2 routine grep-index
197197

0 commit comments

Comments
 (0)