Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeaye committed Jun 30, 2024
1 parent 9a10d8b commit d226ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/src/blog/2024-06-29-multimethods.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dispatch function.
(defmethod sauce-suggestion ::shell [noodle]
(println "Cheeeeeeeese!"))

(defmethod sauce-suggestion ::flate-white-rice [noodle]
(defmethod sauce-suggestion ::flat-white-rice [noodle]
(println "Hor fun gravy."))
```

Expand Down

0 comments on commit d226ae3

Please sign in to comment.