Skip to content

Commit

Permalink
Merge pull request #368 from dbrunton/patch-4
Browse files Browse the repository at this point in the history
To, too.
  • Loading branch information
jonathanstowe committed Jan 25, 2016
2 parents abe314f + f16bdf2 commit d78c5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/terms.pod
Expand Up @@ -163,7 +163,7 @@ Variables are discussed in the L<variable language docs |/language/variables>.
=head1 Constants
Constants are declared with C<constant> and do not require a sigil. The RHS is evaluated at compile time, what may be to early to make sense.
Constants are declared with C<constant> and do not require a sigil. The RHS is evaluated at compile time, what may be too early to make sense.
constant Pi = 3.123; # if you happen to be Babylonian
Expand Down

0 comments on commit d78c5ef

Please sign in to comment.