summaryrefslogtreecommitdiff
path: root/lang/spec.go
diff options
context:
space:
mode:
Diffstat (limited to 'lang/spec.go')
-rw-r--r--lang/spec.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/spec.go b/lang/spec.go
index 92d90f7..b1b2580 100644
--- a/lang/spec.go
+++ b/lang/spec.go
@@ -28,7 +28,7 @@ type TokenProp struct {
Precedence int // operator precedence
}
-// Spec represents the token specification for scanning.
+// Spec represents the language specification for scanning.
type Spec struct {
CharProp [ASCIILen]uint // special Character properties
End map[string]string // end delimiters, indexed by start