From 92fcfcd757cd012f9be77276c7da3647a35df2c8 Mon Sep 17 00:00:00 2001 From: ston1th Date: Wed, 17 Jan 2018 22:47:41 +0100 Subject: [PATCH] fixed typo --- README.md | 2 +- filter.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c19fbb5..a34c93c 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Wildcard match (use ** to match the '*' character): Nested structs: `.:` -Multiple matches (seperated by a single whitespace): +Multiple matches (separated by a single whitespace): ``` : :* diff --git a/filter.go b/filter.go index 124fb9d..dd8a1e4 100644 --- a/filter.go +++ b/filter.go @@ -83,7 +83,7 @@ type Query struct { // Nested structs: // .: // Multiple matches: -// Multiple statemenmts are seperated by a single whitespace character: ' ' +// Multiple statemenmts are separated by a single whitespace character: ' ' // : :* // Supported data types are: string, int, float, bool // Bool does not support the wildcard operator