We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d647ac7 commit c8cb5afCopy full SHA for c8cb5af
content/guides/clj_datatype_constructs.adoc
@@ -150,4 +150,4 @@ To wrap up, here are some rules of thumb:
150
151
* Prefer protocols and records over Java Types; stay in Clojure
152
* If you must extend a Java Class, use proxy
153
-* 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
0 commit comments