diff --git a/docs/style-guide.rst b/docs/style-guide.rst index 904c1f0..4222805 100644 --- a/docs/style-guide.rst +++ b/docs/style-guide.rst @@ -180,7 +180,7 @@ Coding Style ;; Not so good (def *names* (with [f (open "names.txt")] - (sorted (.spilt "," (.replace "\"" "" (.strip (.read f))))))) + (sorted (.split "," (.replace "\"" "" (.strip (.read f))))))) ;; Probably not a good idea (defn square? [x]