From e06f6a6587b5cefafcfa088c90d90bef69464331 Mon Sep 17 00:00:00 2001 From: Martin Bagge / brother Date: Tue, 2 Mar 2021 21:45:46 +0100 Subject: [PATCH] Updated SC2072 (markdown) --- SC2072.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2072.md b/SC2072.md index e38cee0..23f581f 100644 --- a/SC2072.md +++ b/SC2072.md @@ -10,7 +10,7 @@ ```sh [[ 200 -lt 314 ]] # Use fixed point math -[[ $(echo "2 < 3.14" | bc) == 1 ]] # Use bc +[[ $(echo "2 < 3.14" | bc) == 1 ]] # Use bc ``` ### Rationale: