Update style-guide.rst
I think you must have spilt something on your keyboard.
This commit is contained in:
parent
f5285d6028
commit
1f19c6b12b
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user