From c9c1a7e714cf723c313ee8b1c180e26eceeb4356 Mon Sep 17 00:00:00 2001 From: The Magician Date: Sun, 5 Nov 2023 19:32:14 +0000 Subject: [PATCH] Change "ensure" to "aid" --- thebookofcolors | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thebookofcolors b/thebookofcolors index c6d34a7..a9f0da6 100755 --- a/thebookofcolors +++ b/thebookofcolors @@ -86,14 +86,14 @@ section_regular_colors() { printf "These colors and their respective escape codes are shown in the following table:\n" newline - printf "\e[30m\\e[30;47mBlack\e[0m (shown on light grey background to ensure visibility)\n" + printf "\e[30m\\e[30;47mBlack\e[0m (shown on light grey background to aid visibility)\n" printf "\e[31m\\e[31mRed\e[0m\n" printf "\e[32m\\e[32mGreen\e[0m\n" printf "\e[33m\\e[33mBrown\e[0m\n" printf "\e[34m\\e[34mBlue\e[0m\n" printf "\e[35m\\e[35mPurple\e[0m\n" printf "\e[36m\\e[36mCyan\e[0m\n" - printf "\e[37m\\e[37;40mLight grey (shown on black background to ensure visibility)\e[0m\n" + printf "\e[37m\\e[37;40mLight grey (shown on black background to aid visibility)\e[0m\n" } section_notes_on_names() {