Skip to content

Commit 67431fc

Browse files
authored
Fix typo in CHANGELOG.md about type checking maps (#15020)
1 parent ec26774 commit 67431fc

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
@@ -68,7 +68,7 @@ Map.delete(map, :key)
6868
#=> returns type %{..., key: not_set()}
6969
```
7070

71-
As you can see, when track when keys are set and also when they are removed.
71+
As you can see, we track when keys are set and also when they are removed.
7272

7373
Some operations, like `Map.replace/3`, only replace the key if it exists, and that is also propagated by the type system:
7474

0 commit comments

Comments
 (0)