summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.