e15746e52914

Fix typo
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Thu, 08 Dec 2016 13:19:52 -0500
parents d5f5a30b7eee
children fd8c40ec26ee
branches/tags (none)
files DOCUMENTATION.markdown losh.lisp

Changes

--- a/DOCUMENTATION.markdown	Thu Dec 08 13:16:21 2016 -0500
+++ b/DOCUMENTATION.markdown	Thu Dec 08 13:19:52 2016 -0500
@@ -602,7 +602,7 @@
 
 Return a fresh hash set containing the results of calling `function` on elements of `hset`.
 
-  If `new-test` is given, the new hash set will use this as it's `test`.
+  If `new-test` is given, the new hash set will use this as its `test`.
 
   
 
--- a/losh.lisp	Thu Dec 08 13:16:21 2016 -0500
+++ b/losh.lisp	Thu Dec 08 13:19:52 2016 -0500
@@ -1843,7 +1843,7 @@
 (define-hset-op hset-map (hset function &key new-test)
   "Return a fresh hash set containing the results of calling `function` on elements of `hset`.
 
-  If `new-test` is given, the new hash set will use this as it's `test`.
+  If `new-test` is given, the new hash set will use this as its `test`.
 
   "
   (let ((new (copy-hash-set hset)))