File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ associative-sigil C<%> and the callable-sigil C<&>.
19
19
20
20
Sigils provide a link between syntax, the type system and
21
21
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
23
23
for L < string interpolation|/language/quoting#Interpolation:_qq > . The
24
24
L < positional-sigil|/language/containers#Flattening,_items_and_containers >
25
25
and the
26
26
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
29
29
methods to dispatch to. The
30
30
L < callable-sigil|/language/containers#Callable_containers > does the same
31
31
for function calls. The latter also tells the compiler where parentheses
You can’t perform that action at this time.
0 commit comments