From 0a1fa703c5d452316c6a041bac8cb8c851abc9c0 Mon Sep 17 00:00:00 2001 From: Dmitry Prokashev Date: Sat, 28 May 2016 04:00:56 +0200 Subject: comments style --- microlight.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/microlight.js b/microlight.js index 3d56fa2..72699e4 100644 --- a/microlight.js +++ b/microlight.js @@ -162,8 +162,9 @@ // initializing a new token token = ''; - // determining the new token type (going down - // until matching a token type start condition) + // determining the new token type (going up the + // list until matching a token type start + // condition) tokenType = 11; while (![ 1, // 0: whitespace -- cgit v1.2.3