repo: hackvr-turbo
action: commit
revision: 
path_from: 
revision_from: fdf180c2c5146ec26f75365a368d2c809dec6e3f:
path_to: 
revision_to: 
git.thebackupbox.net
hackvr-turbo
git clone git://git.thebackupbox.net/hackvr-turbo
commit fdf180c2c5146ec26f75365a368d2c809dec6e3f
Author: epoch 
Date:   Thu Jul 30 06:51:31 2020 -0500

    comments can not be started mid-line

diff --git a/SPEC.md b/SPEC.md
index e52ca84b8b3130e151aa27b0157772b8064142ef..
index ..74c4e462865318e1e5bad7074b57f950e6c88ca7 100644
--- a/SPEC.md
+++ b/SPEC.md
@@ -40,7 +40,7 @@ Each line must be encoded in valid UTF-8.

 Commands in a line are separated by one or more whitespace characters (SPACE, TAB). Commands are usually prefixed by a group selector `[group]`, only exception to that are `version` and `help`. 

-Everything after a `#` in a line is considered a comment and will be ignored by the command processor. The same is true for lines not containing any non-space characters.
+A line that begins with a '#' is considered a comment and will be ignored by the command processor. The same is true for lines not containing any non-space characters.

 > TODO: group names can be globbed in some cases to operate on multiple groups
 >  some commands that take numbers as arguments can be made to behave relative by putting + before the number. makes negative relative a bit odd like:
@@ -153,4 +153,4 @@ when a group is clicked on using the name set from the command line. usually `$U
 ### Questions
 - Shape velocity
 - Transformation order/execution
-- Colors
\ No newline at end of file
+- Colors

-----END OF PAGE-----