diff options
| author | Jacob Sandlund <jacob@jacobsandlund.com> | 2025-09-23 09:54:09 -0400 |
|---|---|---|
| committer | Jacob Sandlund <jacob@jacobsandlund.com> | 2025-09-23 10:01:23 -0400 |
| commit | b5c6c044a724ec161a1793e308531bd82b75d56c (patch) | |
| tree | 00b7a47aa4ee73742371915da1b0140029acd373 /src/unicode/symbols_table.zig | |
| parent | c2a9c5ee5b3be5cad1952bb3c569b2abf1d0cf69 (diff) | |
Fix merge
Diffstat (limited to 'src/unicode/symbols_table.zig')
| -rw-r--r-- | src/unicode/symbols_table.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unicode/symbols_table.zig b/src/unicode/symbols_table.zig index af77d88fd..da2614cae 100644 --- a/src/unicode/symbols_table.zig +++ b/src/unicode/symbols_table.zig @@ -7,7 +7,7 @@ pub const table = table: { // build.zig process, but due to Zig's lazy analysis we can still reference // it here. // - // An example process is the `main` in `symbols_ziglyph.zig` + // An example process is the `main` in `symbols_uucode.zig` const generated = @import("symbols_tables").Tables(bool); const Tables = lut.Tables(bool); break :table Tables{ |
