Adding missing brace for json document example (#2968)

There is a missing brace in the example json

Signed-off-by: Chris Kingdon <ckchessmaster@users.noreply.github.com>

Signed-off-by: Chris Kingdon <ckchessmaster@users.noreply.github.com>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
This commit is contained in:
Chris Kingdon 2022-11-23 12:54:39 -05:00 committed by GitHub
parent 18f5e66690
commit 976dcab9ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -230,6 +230,7 @@ Consider an example where you store documents like that:
},
"city": "Seattle",
"state": "WA"
}
}
```