summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Hickey <richhickey@gmail.com>2009-11-30 19:36:07 -0500
committerRich Hickey <richhickey@gmail.com>2009-11-30 19:36:07 -0500
commite13d8a48a7658df899d498794c8dd1cf53ff6f9f (patch)
treefdc920e4d400cf640de510cc833e8b5a5fcc0fae
parenta84a4e1ff36b85ec2afa4df41c5affca1a76c78a (diff)
doc update
-rw-r--r--src/clj/clojure/core_deftype.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clj/clojure/core_deftype.clj b/src/clj/clojure/core_deftype.clj
index 5afdf970..46b03ca6 100644
--- a/src/clj/clojure/core_deftype.clj
+++ b/src/clj/clojure/core_deftype.clj
@@ -424,7 +424,7 @@
defprotocol will automatically generate a corresponding interface,
with the same name as the protocol, i.e. given a protocol
- my.ns/Protocol, and interface my.ns.MyProtocol. The interface will
+ my.ns/Protocol, an interface my.ns.MyProtocol. The interface will
have methods corresponding to the protocol functions, and the
protocol will automatically work with instances of the interface.