diff --git a/pages/common/[.md b/pages/common/[.md index a6847e1665..6b50f5fe18 100644 --- a/pages/common/[.md +++ b/pages/common/[.md @@ -1,7 +1,7 @@ # [ > Check file types and compare values. -> Returns 0 if the condition evaluates to true, 1 if it evaluates to false. +> Returns a status of 0 if the condition evaluates to true, 1 if it evaluates to false. > More information: . - Test if a given variable is equal/not equal to the specified string: diff --git a/pages/common/[[.md b/pages/common/[[.md index 6fd9cad231..23ebe75722 100644 --- a/pages/common/[[.md +++ b/pages/common/[[.md @@ -1,7 +1,7 @@ # [[ > Check file types and compare values. -> Returns 0 if the condition evaluates to true, 1 if it evaluates to false. +> Returns a status of 0 if the condition evaluates to true, 1 if it evaluates to false. > More information: . - Test if a given variable is equal/not equal to the specified string: