Skip to content

Commit 91f12dc

Browse files
authored
Fix a typo in types.ex (#14290)
1 parent c1e79d1 commit 91f12dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/module/types.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ defmodule Module.Types do
417417
mode: mode,
418418
# The function for handling local calls
419419
local_handler: handler,
420-
# Control if variable refinment is enabled.
420+
# Control if variable refinement is enabled.
421421
# It is disabled only on dynamic dispatches.
422422
refine_vars: true
423423
}

0 commit comments

Comments
 (0)