From 733eced5ad36143f7ae26cc7d5c079663d7edee3 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Fri, 4 Aug 2023 10:12:13 +0300 Subject: [PATCH] case: update description (#10580) --- pages/common/case.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/case.md b/pages/common/case.md index 7bf4fd64de..7a27af1caa 100644 --- a/pages/common/case.md +++ b/pages/common/case.md @@ -1,7 +1,7 @@ # case -> Branch based on the value of an expression. -> More information: . +> Bash builtin construct for creating multi-choice conditional statements. +> More information: . - Match a variable against string literals to decide which command to run: