From 9e47ce0e0575c02b6a721092ae2b878adf82561d Mon Sep 17 00:00:00 2001 From: Taylan Kammer Date: Thu, 4 Jun 2026 21:43:36 +0200 Subject: Fix a path in a comment. --- src/zisp/io/Parser.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 === -- cgit v1.2.3