Skip to content

Commit

Permalink
Uncuddle an else in glossary.pod example
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Cochrane committed Feb 5, 2015
1 parent fbac250 commit 1124b3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Language/glossary.pod
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ C<defined($instance)> is C<True>.
my Str $str = "hello"; ## this is with builtin types, e.g. Str
if defined($str) {
say "Oh, yeah. I'm defined.";
} else {
}
else {
say "No. Something off? ";
}
Expand Down

0 comments on commit 1124b3c

Please sign in to comment.