summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 ===