about summary refs log tree commit diff
path: root/emacs/.emacs.d/wpc/string.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/wpc/string.el')
-rw-r--r--emacs/.emacs.d/wpc/string.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/emacs/.emacs.d/wpc/string.el b/emacs/.emacs.d/wpc/string.el
index f8694d5f18a1..c6145c907f23 100644
--- a/emacs/.emacs.d/wpc/string.el
+++ b/emacs/.emacs.d/wpc/string.el
@@ -111,15 +111,15 @@
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
 ;; (when string/test?
-;;   (prelude/assert
+;;   (prelude-assert
 ;;    (string=
 ;;     (string/surround "-*-" "surround")
 ;;     "-*-surround-*-"))
-;;   (prelude/assert
+;;   (prelude-assert
 ;;    (string=
 ;;     (string/caps->kebab "CAPS_CASE_STRING")
 ;;     "caps-case-string"))
-;;   (prelude/assert
+;;   (prelude-assert
 ;;    (string=
 ;;     (string/kebab->caps "kebab-case-string")
 ;;     "KEBAB_CASE_STRING")))