Skip to content

Commit

Permalink
Fixes error, closes Raku#4004
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Dec 31, 2021
1 parent b98e4f2 commit 6384364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/packages.pod6
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ $::("PROCESS::$bar") # process $Bar
$::("PARENT::$bar") # current package's parent's $Bar
$::($foobar) # $Foo::Bar
@::($foobar)::baz # @Foo::Bar::baz
@::($foo)::Bar::baz # @Bar::Bar::baz
@::($foo)::Bar::baz # @Foo::Bar::baz
@::($foobar)baz # ILLEGAL at compile time (no operator baz)
@::($foo)::($bar)::baz # @Foo::Bar::baz
Expand Down

0 comments on commit 6384364

Please sign in to comment.