Skip to content

Commit 3727f0b

Browse files
committed
Remove "perl" reference that was missed.
1 parent 2a71ddf commit 3727f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/glossary.rakudoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,7 @@ C<@array[1][3][5]>.
937937

938938
=head1 X<Sigil|Reference,Sigil>
939939

940-
In Perl, the sigil is the first character of a variable name. It must
940+
The sigil is the first character of a variable name. It must
941941
be either $, @, %, or & respectively for a L<C<Scalar>|/type/Scalar>,
942942
L<C<Array>|/type/Array>, L<C<Hash>|/type/Hash>, or L<C<Code>|/type/Code>
943943
variable. See also Twigil and role. Also sigiled variables allow short

0 commit comments

Comments
 (0)