aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/json/read.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/clojure/contrib/json/read.clj')
-rw-r--r--src/clojure/contrib/json/read.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clojure/contrib/json/read.clj b/src/clojure/contrib/json/read.clj
index 084f2a12..47d73499 100644
--- a/src/clojure/contrib/json/read.clj
+++ b/src/clojure/contrib/json/read.clj
@@ -41,7 +41,7 @@
JavaScript parser. JavaScript functions and object constructors
are not supported. Object field names must be quoted strings; they
may not be bare symbols.",
- :see-also ["http://www.json.org", "JSON Home Page"]}
+ :see-also [["http://www.json.org", "JSON Home Page"]]}
clojure.contrib.json.read
(:import (java.io PushbackReader StringReader EOFException))
(:use [clojure.contrib.test-is :only (deftest- is)]))