aboutsummaryrefslogtreecommitdiffstats
path: root/src/parser.h
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2022-03-30 17:14:35 +0200
committerBad Diode <bd@badd10de.dev>2022-03-30 17:14:35 +0200
commit4d5d49b0d1282df08e3dc7dec3c550c544fbfccb (patch)
tree5eedd17f9e255d277284247e5b4b7299f0597cda /src/parser.h
parent4b2cb6a1bdd2667ba827d17dde5fad955f2250bf (diff)
downloadbdl-4d5d49b0d1282df08e3dc7dec3c550c544fbfccb.tar.gz
bdl-4d5d49b0d1282df08e3dc7dec3c550c544fbfccb.zip
Minor styling changes
Diffstat (limited to 'src/parser.h')
-rw-r--r--src/parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.h b/src/parser.h
index de712e1..6a4401e 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -28,7 +28,7 @@ typedef struct Node {
28 size_t fractional; 28 size_t fractional;
29 } number; 29 } number;
30 30
31 // String. 31 // String/symbol.
32 StringView string; 32 StringView string;
33 33
34 // Boolean. 34 // Boolean.