Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Link $*KERNEL to Kernel (closes #2556).
  • Loading branch information
cfa committed Jan 12, 2019
1 parent d59d752 commit 92da032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/variables.pod6
Expand Up @@ -1317,7 +1317,7 @@ It contains the Current Working Directory.
X<|$*KERNEL>
=head4 C<$*KERNEL>
C<$*KERNEL> contains an object that is stringified to the current running
C<$*KERNEL> contains an L<object|/type/Kernel> that is stringified to the current running
kernel.
say $*KERNEL; # OUTPUT: «linux (4.4.92.31.default)␤»
Expand Down

0 comments on commit 92da032

Please sign in to comment.