Răsfoiți Sursa

Help/command/if: fix formatting in precedence order overview

Due to extra space symbols, it was rendered as definition list inside
list item, instead of plain list item.
Aleksei Shpakovskii 1 an în urmă
părinte
comite
2c0d16df7b
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      Help/command/if.rst

+ 2 - 2
Help/command/if.rst

@@ -42,8 +42,8 @@ Compound conditions are evaluated in the following order of precedence:
 1. `Parentheses`_.
 
 2. Unary tests such as `COMMAND`_, `POLICY`_, `TARGET`_, `TEST`_,
-    `EXISTS`_, `IS_READABLE`_, `IS_WRITABLE`_, `IS_EXECUTABLE`_,
-    `IS_DIRECTORY`_, `IS_SYMLINK`_, `IS_ABSOLUTE`_, and `DEFINED`_.
+   `EXISTS`_, `IS_READABLE`_, `IS_WRITABLE`_, `IS_EXECUTABLE`_,
+   `IS_DIRECTORY`_, `IS_SYMLINK`_, `IS_ABSOLUTE`_, and `DEFINED`_.
 
 3. Binary tests such as `EQUAL`_, `LESS`_, `LESS_EQUAL`_, `GREATER`_,
    `GREATER_EQUAL`_, `STREQUAL`_, `STRLESS`_, `STRLESS_EQUAL`_,