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: