Correct a typo in a field name

This example does not talk about a 'membership' field in any case.
It looks like this was instead supposed to be 'topic', as the
previous paragraph also talks about.
This commit is contained in:
Andrew Morgan 2023-03-14 15:36:52 +00:00
parent 53d7de2376
commit 93249ef48f

View file

@ -249,7 +249,7 @@ Other `topic` values which will match are:
* `"LUNCH"` (case-insensitive; `*` may match zero characters) * `"LUNCH"` (case-insensitive; `*` may match zero characters)
The following `membership` values will NOT match: The following `topic` values will NOT match:
* `" lunch"` (note leading space) * `" lunch"` (note leading space)
* `"lunc"` (`?` must match a character) * `"lunc"` (`?` must match a character)
* `null` (not a string) * `null` (not a string)