Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kylo Ginsberg committed Apr 19, 2015
1 parent 8ae54f3 commit 3235e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cljlab/polymorphism.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
;; **
;;; ## Motivation
;;;
;;; There are many situations where it is useful to provide behavior that varies based on type or value. Clojure provides two different mechanisms to for conditional (polymorphic) behavior: protocols and multimethods.
;;; There are many situations where it is useful to provide behavior that varies based on type or value. Clojure provides two different mechanisms for conditional (polymorphic) behavior: protocols and multimethods.
;;;
;;; Also, Clojure provides two constructs that allow you to create new data "types": records (which we saw in collections earlier) and types.
;;;
Expand Down

0 comments on commit 3235e67

Please sign in to comment.