]> git.lizzy.rs Git - nothing.git/commitdiff
TODO(#291)
authorrexim <reximkut@gmail.com>
Sat, 25 Aug 2018 18:06:51 +0000 (01:06 +0700)
committerrexim <reximkut@gmail.com>
Sat, 25 Aug 2018 18:06:51 +0000 (01:06 +0700)
src/script/parser.c

index 7ad0eb3a9620de9021382eeb2a6d74baf48f3140..f58f9282092fe04890d19e68f25d190fc4a8b367 100644 (file)
@@ -21,7 +21,7 @@ struct ParseResult create_expr_from_str(const char *str,
     assert(str);
     assert(cursor);
 
-    /* TODO: create_expr_from_str doesn't no support comments */
+    /* TODO(#291): create_expr_from_str doesn't no support comments */
 
     skip_whitespaces(str, cursor, n);
     if (*cursor >= n) {