22e0cd523d11

Typo
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Tue, 23 Aug 2016 01:08:05 +0000
parents eb328be4e513
children 8e95ffb4e969
branches/tags (none)
files losh.lisp

Changes

--- a/losh.lisp	Tue Aug 23 01:03:43 2016 +0000
+++ b/losh.lisp	Tue Aug 23 01:08:05 2016 +0000
@@ -266,7 +266,7 @@
          ,@body))))
 
 (defmacro if-found (var lookup-expr then else)
-  "Perform `body` or `else` depending on the results of `lookup-expr`.
+  "Perform `then` or `else` depending on the results of `lookup-expr`.
 
   `lookup-expr` should be an expression that returns two values, the first being
   the result and the second indicating whether the lookup was successful.  The