소스 검색

Merge branch 'doc-if-legacy' into release-3.14

Merge-request: !2950
Brad King 6 년 전
부모
커밋
a251b61181
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Help/command/if.rst

+ 1 - 1
Help/command/if.rst

@@ -23,7 +23,7 @@ Otherwise, optional ``elseif`` blocks are processed in the same way.
 Finally, if no ``condition`` is true, ``commands`` in the optional ``else``
 block are executed.
 
-Per legacy, the :command:`else` and :command:`elseif` commands admit
+Per legacy, the :command:`else` and :command:`endif` commands admit
 an optional ``<condition>`` argument.
 If used, it must be a verbatim
 repeat of the argument of the opening