aboutsummaryrefslogtreecommitdiff
path: root/parse.y
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2024-06-06 18:10:06 +0000
committerOmar Polo <op@omarpolo.com>2024-06-06 18:10:06 +0000
commitfcf3f1fa9a0d6b30a189e7e71fc55348d72595ce (patch)
treeafccce32537af6a6fc952a07995d611c07dcf1ed /parse.y
parent3b2ee15a6b0c42c392ce6898afbf5f60b086af8e (diff)
...complete the sentence
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.y b/parse.y
index 5c04b25..04254f4 100644
--- a/parse.y
+++ b/parse.y
@@ -148,7 +148,7 @@ typedef struct {
%%
/*
- * Allow
+ * Allow empty lines at the start of the configuration.
*/
grammar : nl conf | conf
;