Merge pull request #30371 from giannakopoulosj/patch-2

Merging docs correction, looks good to me!
This commit is contained in:
Craig Wright 2022-01-20 17:18:42 -08:00 committed by GitHub
commit f9603d3b14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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
} }
``` ```