fixed typo

This commit is contained in:
ston1th 2018-01-17 22:47:41 +01:00
commit 92fcfcd757
2 changed files with 2 additions and 2 deletions

View file

@ -83,7 +83,7 @@ type Query struct {
// Nested structs:
// <struct field>.<struct field>:<struct value>
// Multiple matches:
// Multiple statemenmts are seperated by a single whitespace character: ' '
// Multiple statemenmts are separated by a single whitespace character: ' '
// <struct field>:<struct value> <struct field>:<struct value>*
// Supported data types are: string, int, float, bool
// Bool does not support the wildcard operator