Skip to content

Commit 240135e

Browse files
authored
s/indended/intended
I noticed a typo on the types page!
1 parent 2df60c9 commit 240135e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ecosystem/core_typed/start/introduction_and_motivation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ while making some compromises (it does the latter).
7878

7979
This might seem discouraging, but in practice core.typed will catch all type errors in your code.
8080
The problem is some Clojure idioms are so flexible it is often impossible to distinguish
81-
between indended and unintended usage.
81+
between intended and unintended usage.
8282

8383
A small example: `map` accepts either `nil` or a `Seqable` as a second argument. It is perfectly
8484
valid to provide an argument that is always `nil`, but it's probably not what the user intended.

0 commit comments

Comments
 (0)