We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec26774 commit 67431fcCopy full SHA for 67431fc
1 file changed
CHANGELOG.md
@@ -68,7 +68,7 @@ Map.delete(map, :key)
68
#=> returns type %{..., key: not_set()}
69
```
70
71
-As you can see, when track when keys are set and also when they are removed.
+As you can see, we track when keys are set and also when they are removed.
72
73
Some operations, like `Map.replace/3`, only replace the key if it exists, and that is also propagated by the type system:
74
0 commit comments