# HG changeset patch
# User Steve Losh <steve@stevelosh.com>
# Date 1481221192 18000
# Node ID e15746e52914f506668055311212898e83509e64
# Parent  d5f5a30b7eeeee762c0cff2e7942baa7f43e40fa
Fix typo

diff -r d5f5a30b7eee -r e15746e52914 DOCUMENTATION.markdown
--- 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`.
 
   
 
diff -r d5f5a30b7eee -r e15746e52914 losh.lisp
--- 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)))