From 4b562d9d110f169ea37c320edf96ad78c2fb2618 Mon Sep 17 00:00:00 2001 From: Mark Engelberg Date: Sun, 22 May 2011 12:20:28 -0700 Subject: Escaped quotation marks in doc string --- modules/math/src/main/clojure/clojure/contrib/math.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/math/src/main/clojure/clojure/contrib/math.clj b/modules/math/src/main/clojure/clojure/contrib/math.clj index 9faf7072..afb6bd6e 100644 --- a/modules/math/src/main/clojure/clojure/contrib/math.clj +++ b/modules/math/src/main/clojure/clojure/contrib/math.clj @@ -85,7 +85,7 @@ sqrt - Implements the sqrt behavior I'm accustomed to from PLT Scheme, exact-integer-sqrt - Implements a math function from the R6RS Scheme standard. (exact-integer-sqrt k) where k is a non-negative integer, returns [s r] where k = s^2+r and k < (s+1)^2. In other words, it - returns the floor of the square root and the "remainder". + returns the floor of the square root and the \"remainder\". "} clojure.contrib.math) -- cgit v1.2.3-18-g5258