mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Corrected typo
This commit is contained in:
parent
468749159d
commit
830359263d
@ -185,7 +185,7 @@ exports.operators = {
|
||||
},
|
||||
"sort": {
|
||||
selector: function(operator) {
|
||||
throw "Cannot use sort operator at the start of a sort operation";
|
||||
throw "Cannot use sort operator at the start of a filter operation";
|
||||
},
|
||||
filter: function(operator) {
|
||||
var desc = operator.prefix === "!" ? "true" : "false";
|
||||
|
Loading…
Reference in New Issue
Block a user