From 9123c327827124964094c50dbfe28c58ae0a2cca Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Mon, 23 Jan 2012 18:45:21 +0000 Subject: [PATCH] Corrected typos --- js/WikiTextParseTree.js | 1 - tiddlywiki5/tiddlers/TiddlyWikiArchitecture.tid | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/js/WikiTextParseTree.js b/js/WikiTextParseTree.js index 7a099fdd2..78f2426ee 100644 --- a/js/WikiTextParseTree.js +++ b/js/WikiTextParseTree.js @@ -250,7 +250,6 @@ WikiTextParseTree.prototype.compileSubTreePlain = function(output,tree) { }; // Render the parse tree to a debugging string of the specified MIME type -// fieldOrder is an array of fieldname. The zeroth field is rendered as a special tag node, without a label WikiTextParseTree.prototype.toString = function(type) { var output = [], htmlNodes = "a br hr table tr td th h1 h2 h3 h4 h5 h6 ul ol li dl dd dt blockquote pre img strong em u sup sub strike code span div".split(" "), diff --git a/tiddlywiki5/tiddlers/TiddlyWikiArchitecture.tid b/tiddlywiki5/tiddlers/TiddlyWikiArchitecture.tid index 5ae320452..e97214a6c 100644 --- a/tiddlywiki5/tiddlers/TiddlyWikiArchitecture.tid +++ b/tiddlywiki5/tiddlers/TiddlyWikiArchitecture.tid @@ -83,7 +83,7 @@ Now, the return value of this function can be cached until a tiddler in the depe The dependency chain is calculated when a tiddler is parsed. Every tiddler that is directly referenced is accumulated (until the point at which it is concluded that it is simpler to mark the tiddler as being dependent on any other tiddler changing). -Evaluated macro parameters are parsed and can bechecked for safeness, and then included in the compiled code. For example, +Evaluated macro parameters are parsed and can be checked for safeness, and then included in the compiled code. For example, {{{ Hello <> }}}