Skip to content

Commit 6de7f0b

Browse files
committed
Merge pull request #225 from molecules/patch-2
Removed erroneous use of "so"
2 parents 383c032 + cf66efc commit 6de7f0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/Any.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ C<none>-L<Junction|/type/Junction> from it.
9898
9999
Interprets the invocant as a list, and returns that L<List|/type/List>.
100100
101-
say so 42.list.^name; # List
102-
say so 42.list.elems; # 1
101+
say 42.list.^name; # List
102+
say 42.list.elems; # 1
103103
104104
=head2 method flat
105105

0 commit comments

Comments
 (0)