diff --git a/nicethings b/nicethings deleted file mode 100755 index 35b6751..0000000 Binary files a/nicethings and /dev/null differ diff --git a/src/nicethings.rkt b/src/nicethings.rkt index 5dc277e..90b625c 100644 --- a/src/nicethings.rkt +++ b/src/nicethings.rkt @@ -70,9 +70,9 @@ 'empty-list (list "There is nothing in your list.") - 'added (list "'~a' was added to your list.") + 'added (list "Added '~a' to your list.") - 'removed (list "'~a' was removed from your list."))) + 'removed (list "Removed '~a' from your list."))) ;; ------------------------------------------------ ;; helpers