Skip to content

Commit 160ce8c

Browse files
authored
Correct minor typo (#13537)
1 parent 0043b1e commit 160ce8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ We focused on atoms and maps on this initial release as they are respectively th
3434

3535
* Accessing a field that is not defined in a rescued exception
3636

37-
These new warnings help Elixir developers find bugs earlier and give more confidence when refactoring code, especially around maps and structs. While some of these warnings were emitted in the past, they were discovered ysing syntax analysis. The new warnings are more reliable, precise, and with better error messages.
37+
These new warnings help Elixir developers find bugs earlier and give more confidence when refactoring code, especially around maps and structs. While some of these warnings were emitted in the past, they were discovered using syntax analysis. The new warnings are more reliable, precise, and with better error messages.
3838

3939
Future Elixir versions will continue inferring more types and type checking more constructs, bringing Elixir developers more warnings and quality of life improvements without changes to code. For more details, see our new [reference document on gradual set-theoretic types](https://hexdocs.pm/elixir/main/gradual-set-theoretic-types.html).
4040

0 commit comments

Comments
 (0)