From 762f0dfe032298fd1ce958d43deff5e6fc734ef9 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sat, 4 Jan 2025 20:56:20 +0200 Subject: [PATCH] if: update man example (#15415) --- pages/common/if.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/if.md b/pages/common/if.md index 0448073704..a341538980 100644 --- a/pages/common/if.md +++ b/pages/common/if.md @@ -34,4 +34,4 @@ - List all possible conditions (`test` is an alias to `[`; both are commonly used with `if`): -`man [` +`man test`