Fixed typo error (#18545)

This commit is contained in:
Shaurya Vardhan Singh
2018-10-14 22:04:36 +05:30
committed by Quincy Larson
parent 2d0739ca3d
commit 60335c28bf

View File

@ -4,7 +4,7 @@ title: Map
## Introduction of map
`map` is an associative container that store elements in key-value pair. Just like in `Java` have collection, associative array in PHP and so on.
`map` is an associative container that store elements in key-value pair. Just like in `Java` we have collection, associative array in PHP and so on.
## Benefits of using map
* It stores only unique keys and that too in sorted order based on its assigned sorting criteria.