Skip to content

Commit eed3437

Browse files
correct grammar
past tense of "cast" is "cast"
1 parent 14c9861 commit eed3437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ let map = new Map();
757757
```
758758

759759
The most amazing part of Maps is that we are no longer limited to just using
760-
strings. We can now use any type as a key, and it will not be type-casted to
760+
strings. We can now use any type as a key, and it will not be type-cast to
761761
a string.
762762

763763
```javascript

0 commit comments

Comments
 (0)