Skip to content

Commit

Permalink
Minor: fix typo
Browse files Browse the repository at this point in the history
"else" should have been "elsif"
  • Loading branch information
treyharris committed Jun 26, 2019
1 parent 1c57f0d commit 7919392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/control.pod6
Expand Up @@ -391,7 +391,7 @@ There are also C<with> and C<without> statement modifiers:
warn "undefined answer" without $answer;
As with the other chainable constructs, an C<else> completing a
C<with/if>..C<orwith/else> chain will itself topicalize to the value
C<with/if>..C<orwith/elsif> chain will itself topicalize to the value
of the prior (failed) condition's topic (either the topic of C<with>
or the final C<orwith> or C<elsif>).
Expand Down

0 comments on commit 7919392

Please sign in to comment.