Skip to content

Commit 59f6925

Browse files
authored
1 parent 86b4228 commit 59f6925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/typesystem.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -839,6 +839,6 @@ X<|dynamic subset>
839839
840840
=for code :skip-test
841841
require ::('YourModule');
842-
subset C where state $ = ::('YourModule::C');
842+
subset C where ::('YourModule::C');
843843
844844
=end pod

0 commit comments

Comments
 (0)