Skip to content

Commit 8b87b4d

Browse files
authored
Fix tyoes -> types typo (#13991)
1 parent f869345 commit 8b87b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/pages/references/gradual-set-theoretic-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The current milestone aims to infer types from patterns and guards and use them
1212

1313
## Supported types
1414

15-
At the moment, Elixir developers interact with set-theoretic types through warnings found by the type system. These warnings will represent tyoes using the following notation:
15+
At the moment, Elixir developers interact with set-theoretic types through warnings found by the type system. These warnings will represent types using the following notation:
1616

1717
* `binary()`, `integer()`, `float()`, `pid()`, `port()`, `reference()` - these types are indivisible. This means both `1` and `13` get the same `integer()` type.
1818

0 commit comments

Comments
 (0)