Skip to content

Commit

Permalink
Add a missing newline before a code block
Browse files Browse the repository at this point in the history
  • Loading branch information
book committed Sep 10, 2017
1 parent 31d27f0 commit fe93648
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/Language/functions.pod6
Expand Up @@ -43,6 +43,7 @@ in any container:
The declarator C<sub> will declare a new name in the current scope at compile
time. As such any indirection has to be resolved at compile time:
constant aname = 'foo';
sub ::(aname) { say 'oi‽' };
foo;
Expand Down

0 comments on commit fe93648

Please sign in to comment.