Skip to content

Commit 3235e67

Browse files
author
Kylo Ginsberg
committed
Fix typo
1 parent 8ae54f3 commit 3235e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cljlab/polymorphism.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
;; **
1010
;;; ## Motivation
1111
;;;
12-
;;; 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.
12+
;;; 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.
1313
;;;
1414
;;; Also, Clojure provides two constructs that allow you to create new data "types": records (which we saw in collections earlier) and types.
1515
;;;

0 commit comments

Comments
 (0)