1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-18 03:19:55 +00:00

Corrected typo

This commit is contained in:
Jeremy Ruston 2012-05-08 17:44:32 +01:00
parent 468749159d
commit 830359263d

View File

@ -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";