summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaylan Kammer <taylan.kammer@gmail.com>2026-06-04 21:43:36 +0200
committerTaylan Kammer <taylan.kammer@gmail.com>2026-06-04 21:43:36 +0200
commit9e47ce0e0575c02b6a721092ae2b878adf82561d (patch)
tree66ed938d0d8fdd6326fc3a7e070afa5bba8b71a4
parentcd25a1acae128b660f60a0132ffb981e08442cd4 (diff)
Fix a path in a comment.
-rw-r--r--src/zisp/io/Parser.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zisp/io/Parser.zig b/src/zisp/io/Parser.zig
index 73c0187..57c3207 100644
--- a/src/zisp/io/Parser.zig
+++ b/src/zisp/io/Parser.zig
@@ -1,7 +1,7 @@
//!
//! === Syntax ===
//!
-//! See docs/c1/1-parse.md to understand the implemented syntax.
+//! See doc/c1/1-parse.md to understand the implemented syntax.
//!
//!
//! === Trampolining strategy ===