Update task.1.in (#3804)

Clearly this is an error. The example command should use foo.
This commit is contained in:
Yong Li 2025-03-06 12:33:37 +00:00 committed by GitHub
parent 3c12c0dfd0
commit 5ec0f4ebc0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1037,7 +1037,7 @@ modifier requires that the attribute contain the whole word specified, such
that this:
.nf
task description.word:bar list
task description.word:foo list
.fi
Will match the description 'foo bar baz' but does not match 'dog food'.