Skip to content

Commit fd8e569

Browse files
authored
Fix typo 'actualy' -> 'actually'
1 parent 4fee3ed commit fd8e569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/weak_type_variables.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ can't infer its type yet, because I haven't yet collected enough
8787
information." Later uses of `x` may provide more insights to the
8888
compiler, and the weak type variable will then be transformed to a
8989
ground type. For example, `x := Some 42` will say to the compiler that
90-
`'_a` is actualy `int`.
90+
`'_a` is actually `int`.
9191

9292
This gives us yet another insight into what a weak type variable is —
9393
it is a delayed concrete type. However, the compiler may not delay the

0 commit comments

Comments
 (0)