Merge pull request #798 from hellerve/veit/generics-typo-fix

Fix typo in docs for Generics.approx
This commit is contained in:
Erik Svedäng 2020-05-13 20:59:04 +02:00 committed by GitHub
commit 855ddb75bf
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 "checks whether `x` and `y` are approximately equal with a margin.
(doc approx "checks whether `x` and `y` are approximately equal within a margin.
The margin of error is 0.00001.")
(defn approx [a b]