Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c8cb5af

Browse files
authoredAug 2, 2017
Fix typo
1 parent d647ac7 commit c8cb5af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎content/guides/clj_datatype_constructs.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,4 +150,4 @@ To wrap up, here are some rules of thumb:
150150

151151
* Prefer protocols and records over Java Types; stay in Clojure
152152
* If you must extend a Java Class, use proxy
153-
* If you want a on-off implementation of a Protocol/Interface, use reify
153+
* If you want a one-off implementation of a Protocol/Interface, use reify

0 commit comments

Comments
 (0)
Please sign in to comment.