Merge pull request #30371 from giannakopoulosj/patch-2
Merging docs correction, looks good to me!
This commit is contained in:
commit
f9603d3b14
|
@ -27,7 +27,7 @@ is used in the resulting map.
|
||||||
```
|
```
|
||||||
> zipmap(["a", "b"], [1, 2])
|
> zipmap(["a", "b"], [1, 2])
|
||||||
{
|
{
|
||||||
"a" = 1,
|
"a" = 1
|
||||||
"b" = 2,
|
"b" = 2
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue