We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df60c9 commit 240135eCopy full SHA for 240135e
articles/ecosystem/core_typed/start/introduction_and_motivation.md
@@ -78,7 +78,7 @@ while making some compromises (it does the latter).
78
79
This might seem discouraging, but in practice core.typed will catch all type errors in your code.
80
The problem is some Clojure idioms are so flexible it is often impossible to distinguish
81
-between indended and unintended usage.
+between intended and unintended usage.
82
83
A small example: `map` accepts either `nil` or a `Seqable` as a second argument. It is perfectly
84
valid to provide an argument that is always `nil`, but it's probably not what the user intended.
0 commit comments