Skip to content

Commit b832cbe

Browse files
committed
[S02] Remove irrelevant sentence.
The operators to which the sentence was referring to were only mentioned in passing in this section ("Sigils indicate interface"). Dereferencers are described in detail elsewhere, along with the dotted method forms.
1 parent 8875a24 commit b832cbe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

S02-bits.pod

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1905,9 +1905,6 @@ C<&x> may be bound to any object that does the C<Callable> role, such
19051905
as any C<Block> or C<Routine>. The C<Callable> role implies the ability
19061906
to support C<< postcircumfix:<( )> >>.
19071907

1908-
There are short forms for theses operator : they are respectively C<@.[]>,
1909-
C<%.{}> and C<&.()>
1910-
19111908
In any case, the minimal container role implied by the sigil is
19121909
checked at binding time at the latest, and may fail earlier (such
19131910
as at compile time) if a semantic error can be detected sooner.

0 commit comments

Comments
 (0)