Skip to content

Commit c155f4f

Browse files
Update lib/elixir/lib/module/types/apply.ex
Co-authored-by: Bartosz Kalinowski <[email protected]>
1 parent 9249513 commit c155f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/module/types/apply.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ defmodule Module.Types.Apply do
505505
* `:none` - no typing information found.
506506
507507
* `{:infer, domain or nil, clauses}` - clauses from inferences.
508-
You must check all all clauses and return the union between them.
508+
You must check all clauses and return the union between them.
509509
They are dynamic and they can only be converted into arrows by
510510
computing the union of all arguments.
511511

0 commit comments

Comments
 (0)