From c8cb5afba3d24a3c0456e8ef8c66907e400d7c97 Mon Sep 17 00:00:00 2001 From: Ikuru K Date: Wed, 2 Aug 2017 23:57:21 +0900 Subject: [PATCH] Fix typo --- content/guides/clj_datatype_constructs.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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