From 1f19c6b12bbcc58bfb04f6a098c07c718d8f1ff8 Mon Sep 17 00:00:00 2001 From: Matt Shirley Date: Fri, 13 Mar 2015 09:23:38 -0400 Subject: [PATCH] Update style-guide.rst I think you must have spilt something on your keyboard. --- docs/style-guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]