diff --git a/editions/tw5.com/tiddlers/dev/TiddlyWiki Coding Style Guidelines.tid b/editions/tw5.com/tiddlers/dev/TiddlyWiki Coding Style Guidelines.tid index 64b04f04f..f50c7c2b8 100644 --- a/editions/tw5.com/tiddlers/dev/TiddlyWiki Coding Style Guidelines.tid +++ b/editions/tw5.com/tiddlers/dev/TiddlyWiki Coding Style Guidelines.tid @@ -3,7 +3,7 @@ tags: dev ! Motivation -TiddlyWiki is a large project with many interested parties. It benefits everyone if the code is as easy to read as possible. A key part of that it must be written and laid out consistently. +TiddlyWiki is a large project with many interested parties. It benefits everyone if the code is as easy to read as possible. A key part of that it must be written and laid out consistently -- the code should read as though it were written by a single author. ! Guidelines