Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
camsaul authored Sep 10, 2019
1 parent 6bda053 commit 1a2cd56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ should so desire, by calling `next-method`:
;; -> {:type java.lang.String, :string? true, :object? true}
```

This makes it easy to reuse shared parent implementations of methods without having to know the exact dispatch of the
This makes it easy to reuse shared parent implementations of methods without having to know the exact dispatch value of the
next method. In vanilla Clojure multimethods, you'd have to do something like this:

```clj
Expand Down

0 comments on commit 1a2cd56

Please sign in to comment.