1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 18:17:20 +00:00

Correct typo

This commit is contained in:
Jermolene 2014-06-13 17:02:39 +01:00
parent f09d69d1b7
commit e44450edc4

View File

@ -10,4 +10,4 @@ For example:
|!Filter String |!Description | |!Filter String |!Description |
|`[[HelloThere]listed[]]` |Returns the titles of any tiddlers containing `HelloThere` in their `list` fields | |`[[HelloThere]listed[]]` |Returns the titles of any tiddlers containing `HelloThere` in their `list` fields |
|`[all[current]listed[my-special-list]]]` |Returns the titles of any tiddlers containing the current tiddler in their `my-special-list` fields | |`[all[current]listed[my-special-list]]` |Returns the titles of any tiddlers containing the current tiddler in their `my-special-list` fields |