From 0552a9d1944b68c1cc66a93d78298cab8609bfc1 Mon Sep 17 00:00:00 2001 From: Seth Falco Date: Tue, 16 May 2023 20:22:48 +0100 Subject: [PATCH] [, [[: reword description (#10205) --- pages/common/[.md | 2 +- pages/common/[[.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: