From fcf9169c9ab9efe139ad4f121b550cb5360fcb8e Mon Sep 17 00:00:00 2001 From: oakes Date: Thu, 24 Apr 2014 14:40:33 -0400 Subject: [PATCH] Update pref! docstring --- src/play_clj/core_utils.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/play_clj/core_utils.clj b/src/play_clj/core_utils.clj index 0f04991..1a2cbb0 100644 --- a/src/play_clj/core_utils.clj +++ b/src/play_clj/core_utils.clj @@ -60,7 +60,7 @@ specified path. (pref! pref-name :put {\"player-health\" 40 \"player-x\" 20 \"player-y\" 50}) - ; you may want to call this to make sure it's stored on disk + ; save the changes to the disk (pref! pref-name :flush) ; retrieve a single preference (pref! pref-name :get-float \"player-health\")"