Fixed syntax document for escape character

This commit is contained in:
Prithvipal Singh 2020-02-22 22:50:13 +05:30
parent 0360deb6d8
commit 0439aef712
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ c?ildren.0 "Sara"
Special purpose characters, such as `.`, `*`, and `?` can be escaped with `\`.
```go
fav\.movie "Deer Hunter"
fav\\.movie "Deer Hunter"
```
### Arrays