Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed a broken link
  • Loading branch information
Jan-Olof Hendig committed May 9, 2016
1 parent 25aa713 commit 42d3732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/5to6-perlsyn.pod
Expand Up @@ -49,7 +49,7 @@ L<http://doc.perl6.org/language/5to6#Whitespace>.
=head2 Declarations
As noted in L<5to6-perlfunc.pod>, there is no C<undef> in Perl 6. A declared, but
As noted in L<5to6-perlfunc.pod|/language/5to6-perlfunc>, there is no C<undef> in Perl 6. A declared, but
uninitialized scalar variable will evaluate to its type. In other words, C<my
$x;say $x;> will give you "(Any)". C<my Int $y;say $y;> will give you "(Int)".
Expand Down

0 comments on commit 42d3732

Please sign in to comment.