commit 0ec45050e0e5f503ebd35473e797ab73f8e64f09 (tree)
parent bd1e960bc0d20013d9458d35318c46e40bd8ff59
Author: Felipe Cardozo <fraifelipe@gmail.com>
Date: Sat, 25 Oct 2025 23:31:06 -0300
docs: fix handle_error_with_catch_block typo
Diffstat:
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/langref.html.in b/doc/langref.html.in
@@ -3025,7 +3025,7 @@ or
{#syntax#}catch{#endsyntax#} after performing some logic, you
can combine {#syntax#}catch{#endsyntax#} with named {#link|Blocks#}:
</p>
- {#code|handle_error_with_catch_block.zig.zig#}
+ {#code|handle_error_with_catch_block.zig#}
{#header_close#}
{#header_open|try#}
diff --git a/doc/langref/handle_error_with_catch_block.zig.zig b/doc/langref/handle_error_with_catch_block.zig