We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fee3ed commit fd8e569Copy full SHA for fd8e569
content/weak_type_variables.md
@@ -87,7 +87,7 @@ can't infer its type yet, because I haven't yet collected enough
87
information." Later uses of `x` may provide more insights to the
88
compiler, and the weak type variable will then be transformed to a
89
ground type. For example, `x := Some 42` will say to the compiler that
90
-`'_a` is actualy `int`.
+`'_a` is actually `int`.
91
92
This gives us yet another insight into what a weak type variable is —
93
it is a delayed concrete type. However, the compiler may not delay the
0 commit comments