Fixed typo

This commit is contained in:
Josh Baker 2021-12-08 09:42:11 -07:00 committed by GitHub
parent db0033701c
commit 65bbebbdf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ Special purpose characters, such as `.`, `*`, and `?` can be escaped with `\`.
fav\.movie "Deer Hunter" fav\.movie "Deer Hunter"
``` ```
You'll also need to make sure that the `\` character is correctly escaped when hardcoding a path in you source code. You'll also need to make sure that the `\` character is correctly escaped when hardcoding a path in your source code.
```go ```go
// Go // Go