diff --git a/content/guides/clj_datatype_constructs.adoc b/content/guides/clj_datatype_constructs.adoc index 67218da1..fc0c137b 100644 --- a/content/guides/clj_datatype_constructs.adoc +++ b/content/guides/clj_datatype_constructs.adoc @@ -150,4 +150,4 @@ To wrap up, here are some rules of thumb: * Prefer protocols and records over Java Types; stay in Clojure * If you must extend a Java Class, use proxy -* If you want a on-off implementation of a Protocol/Interface, use reify +* If you want a one-off implementation of a Protocol/Interface, use reify