From 0ec45050e0e5f503ebd35473e797ab73f8e64f09 Mon Sep 17 00:00:00 2001 From: Felipe Cardozo Date: Sat, 25 Oct 2025 23:31:06 -0300 Subject: [PATCH] docs: fix handle_error_with_catch_block typo --- doc/langref.html.in | 2 +- ...th_catch_block.zig.zig => handle_error_with_catch_block.zig} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename doc/langref/{handle_error_with_catch_block.zig.zig => handle_error_with_catch_block.zig} (100%) diff --git a/doc/langref.html.in b/doc/langref.html.in index c208a76ce6..3d3294e1e5 100644 --- 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#}:

- {#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 similarity index 100% rename from doc/langref/handle_error_with_catch_block.zig.zig rename to doc/langref/handle_error_with_catch_block.zig