Fixed typo error (#18545)
This commit is contained in:
committed by
Quincy Larson
parent
2d0739ca3d
commit
60335c28bf
@ -4,7 +4,7 @@ title: Map
|
|||||||
|
|
||||||
## Introduction of 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
|
## Benefits of using map
|
||||||
* It stores only unique keys and that too in sorted order based on its assigned sorting criteria.
|
* It stores only unique keys and that too in sorted order based on its assigned sorting criteria.
|
||||||
|
Reference in New Issue
Block a user