Commit 0ec45050e0

Felipe Cardozo <fraifelipe@gmail.com>
2025-10-26 03:31:06
docs: fix handle_error_with_catch_block typo
1 parent bd1e960
doc/langref/handle_error_with_catch_block.zig.zig → doc/langref/handle_error_with_catch_block.zig
File renamed without changes
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#}