From ba3e58622bca7cd9468758210217f102d78c71bc Mon Sep 17 00:00:00 2001 From: m455 Date: Sun, 21 Jun 2020 12:12:22 -0400 Subject: [PATCH] Changed an example to a more realistic example --- src/nicethings.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nicethings.rkt b/src/nicethings.rkt index 90b625c..dbb79d9 100644 --- a/src/nicethings.rkt +++ b/src/nicethings.rkt @@ -272,7 +272,7 @@ (format " ~a - Removes an item from your list." rm-command) "" "Examples:" - (format " ~a ~a \"Go for a walk\"" program-name add-command) + (format " ~a ~a \"You are beautiful\"" program-name add-command) (format " ~a ~a" program-name ls-command) (format " ~a ~a 2" program-name rm-command)))