Skip to content

Commit 96eb086

Browse files
committed
Remove stray bracket
1 parent f22ee3e commit 96eb086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S12-objects.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1692,7 +1692,7 @@ The constraint implied by the sigil also counts as part of the official type.
16921692
The sigil is actually a constraint on the container, so the actual
16931693
type of the parameter above is something like:
16941694

1695-
Positional[subset :: of Any where Foo & Bar }]
1695+
Positional[subset :: of Any where Foo & Bar]
16961696

16971697
Static C<where> clauses also count as part of the official type.
16981698
A C<where> clause is considered static if it can be applied to

0 commit comments

Comments
 (0)