fixed typo
This commit is contained in:
parent
dc8463a290
commit
92fcfcd757
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ Wildcard match (use ** to match the '*' character):
|
|||
|
||||
Nested structs: `<struct field>.<struct field>:<struct value>`
|
||||
|
||||
Multiple matches (seperated by a single whitespace):
|
||||
Multiple matches (separated by a single whitespace):
|
||||
|
||||
```
|
||||
<struct field>:<struct value> <struct field>:<struct value>*
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue