Skip to content

Commit 1b4888f

Browse files
committed
Turn accidentally working example for 'unique' into what was probably intended.
(Due to the [...] the original example worked even without the ':as(*.Num)'.)
1 parent 125d6ea commit 1b4888f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S32-setting-library/Containers.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ This makes it possible to effectively compare with other comparison operators,
500500
too. For example, if you want to compare with C< infix:<==> > semantics, this
501501
might work for you:
502502

503-
say +unique [100, 100e0, 200/2], :as(*.Num) # 1
503+
say +unique 100, 100e0, 200/2, :as(*.Num) # 1
504504

505505
=item squish
506506

0 commit comments

Comments
 (0)