Merge pull request #586 from zxygentoo/master

Fix Generics.approx doc name.
This commit is contained in:
Erik Svedäng 2019-10-15 09:15:58 +02:00 committed by GitHub
commit 24b76f57af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@
(< (- x y) margin)
(< (- y x) margin)))
(doc approx-margin "checks whether `x` and `y` are approximately equal with a margin.
(doc approx "checks whether `x` and `y` are approximately equal with a margin.
The margin of error is 0.00001.")
(defn approx [a b]