From e7fa254387e450154f03b2d1bdef361a0adb80d1 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Fri, 24 Apr 2026 17:40:33 +0200 Subject: perf(lexer): do not alloc --- src/root.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/root.zig') diff --git a/src/root.zig b/src/root.zig index f0e3f98..ac95f31 100644 --- a/src/root.zig +++ b/src/root.zig @@ -50,7 +50,7 @@ export fn typdown_parse(content: [*:0]const u8, code: *u8) ?[*:0]const u8 { } /// Parse the content. -/// +/// /// Use parse if you are not in Zig. pub fn parse(alloc: std.mem.Allocator, content: []const u8) Error![]const u8 { return parser.parse(alloc, content); -- cgit v1.2.3