From 65bbebbdf7407ebbbe739f6013dfe35d5ebdb147 Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Wed, 8 Dec 2021 09:42:11 -0700 Subject: [PATCH] Fixed typo --- SYNTAX.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SYNTAX.md b/SYNTAX.md index 1b86634..5dd9bed 100644 --- a/SYNTAX.md +++ b/SYNTAX.md @@ -77,7 +77,7 @@ Special purpose characters, such as `.`, `*`, and `?` can be escaped with `\`. 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