Small grammatical error fix for readability (#3377)

This commit is contained in:
Cody
2020-04-12 15:53:37 -05:00
committed by GitHub
parent 58ff2e036a
commit 801998c853

View File

@@ -128,7 +128,7 @@ the expense of memory and some minor operational efficiency.
minimize hash collisions and maintain the speed of the accesses.
As one might be able to tell, Dictionaries specialize in tasks that Arrays
aren't. An overview of their operational details is as follows:
do not. An overview of their operational details is as follows:
- **Iterate:** Fast.