Skip to content

Commit 2fc4ce7

Browse files
committed
Adjust for (Nil) to Nil change
1 parent f0ce101 commit 2fc4ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/List.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ Examples:
316316
317317
say (1, 22/7, 42, 300).first: * > 5; # 42
318318
say (1, 22/7, 42, 300).first: * > 5, :end; # 300
319-
say ('hello', 1, 22/7, 42, 'world').first: Complex; # (Nil)
319+
say ('hello', 1, 22/7, 42, 'world').first: Complex; # Nil
320320
321321
The optional named parameters C<:k>, C<:kv>, C<:p> provide the same
322322
functionality as on slices:

0 commit comments

Comments
 (0)