Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iku000888 authored Aug 2, 2017
1 parent d647ac7 commit c8cb5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/guides/clj_datatype_constructs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c8cb5af

Please sign in to comment.