Skip to content

Commit

Permalink
Merge pull request #308 from Roxolan0/hugo/methods-doc-fix
Browse files Browse the repository at this point in the history
Fix (require) syntax for Method
  • Loading branch information
malcolmsparks authored Jan 5, 2020
2 parents 79fa280 + 451fd6a commit 2cd3167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/methods.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ RFC.

[source,clojure]
----
(require '[yada.methods Method])
(require '[yada.methods :refer [Method]])
(deftype BrewMethod [])
Expand Down

0 comments on commit 2cd3167

Please sign in to comment.