From 2c0d16df7bbeef177a7611a9ddeb3ee55d892e6d Mon Sep 17 00:00:00 2001 From: Aleksei Shpakovskii Date: Tue, 27 Aug 2024 14:07:54 +0200 Subject: [PATCH] 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. --- Help/command/if.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Help/command/if.rst b/Help/command/if.rst index c6e1c6133c..9eaf6da1bb 100644 --- a/Help/command/if.rst +++ b/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`_,