From 587c1188d69711dfb0fc04d4e3cfd28353f795ee Mon Sep 17 00:00:00 2001 From: stevan Date: Mon, 17 Feb 2020 20:07:24 -0600 Subject: [PATCH] small typo fix --- src/seesaw/config.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/seesaw/config.clj b/src/seesaw/config.clj index cb533370..d0fd2e19 100644 --- a/src/seesaw/config.clj +++ b/src/seesaw/config.clj @@ -47,7 +47,7 @@ (defn config! "Applies options in the argument list to one or more targets. For example: - (config! button1 :enabled? false :text \"I' disabled\") + (config! button1 :enabled? false :text \"I'm disabled\") or: