diff --git a/doc/matchup.txt b/doc/matchup.txt index 3afb48a..6babbe1 100644 --- a/doc/matchup.txt +++ b/doc/matchup.txt @@ -200,9 +200,9 @@ of examples: > if l:x == 1 call one() - else + elseif l:x == 2 call two() - elseif + else call three() endif <