docs: fix handle_error_with_catch_block typo

This commit is contained in:
Felipe Cardozo 2025-10-25 23:31:06 -03:00 committed by Alex Rønne Petersen
parent bd1e960bc0
commit 0ec45050e0
2 changed files with 1 additions and 1 deletions

View file

@ -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#}