Skip to content

Commit fbf008d

Browse files
authored
Update variables.pod6
Hopefully clarify wording (and hyperlink)
1 parent 76e29aa commit fbf008d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/Language/variables.pod6

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ associative-sigil C<%> and the callable-sigil C<&>.
1919
2020
Sigils provide a link between syntax, the type system and
2121
L<containers|/language/containers>. They provide a shortcut for the most
22-
common type constraints when declaring variables and serve as markers
22+
common type constraints when declaring variables, and serve as markers
2323
for L<string interpolation|/language/quoting#Interpolation:_qq>. The
2424
L<positional-sigil|/language/containers#Flattening,_items_and_containers>
2525
and the
2626
L<associative-sigil|/language/containers#Flattening,_items_and_containers>
27-
provide type constraint that enforce a base type
28-
L<subscripts|/language/subscripts#Custom_types> require to know what
27+
provide type constraint that enforce base type
28+
L<subscripts|/language/subscripts#TOC_Title> required to know what
2929
methods to dispatch to. The
3030
L<callable-sigil|/language/containers#Callable_containers> does the same
3131
for function calls. The latter also tells the compiler where parentheses

0 commit comments

Comments
 (0)