From f7162294168007bb7b51841a4818cee2ba88e1ae Mon Sep 17 00:00:00 2001 From: quale1 Date: Mon, 7 Mar 2016 22:55:56 -0600 Subject: [PATCH] fix display glitch / use entity for < --- SC2072.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2072.md b/SC2072.md index 23f581f..e38cee0 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: