37fbb1777117

fucking markdown
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Thu, 14 Jul 2016 22:57:51 +0000
parents 8685ef18a416
children 807c776739fa
branches/tags (none)
files README.markdown

Changes

--- a/README.markdown	Thu Jul 14 22:56:51 2016 +0000
+++ b/README.markdown	Thu Jul 14 22:57:51 2016 +0000
@@ -350,7 +350,7 @@
   return values for everything this time instead of taking/returning vectors
   everywhere, just to see how it felt.
 
-  Implementing the core functions felt really nice with multiple values, but
+    Implementing the core functions felt really nice with multiple values, but
   when it came to the drawing code things got a bit more awkward.  Needing to
   use `multiple-value-(call/bind)` to get things done is kind of a pain in CL
   because of how verbose things can get.  I could make some read macros to ease