mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
docs: fix handle_error_with_catch_block typo
This commit is contained in:
parent
bd1e960bc0
commit
0ec45050e0
2 changed files with 1 additions and 1 deletions
|
|
@ -3025,7 +3025,7 @@ or
|
||||||
{#syntax#}catch{#endsyntax#} after performing some logic, you
|
{#syntax#}catch{#endsyntax#} after performing some logic, you
|
||||||
can combine {#syntax#}catch{#endsyntax#} with named {#link|Blocks#}:
|
can combine {#syntax#}catch{#endsyntax#} with named {#link|Blocks#}:
|
||||||
</p>
|
</p>
|
||||||
{#code|handle_error_with_catch_block.zig.zig#}
|
{#code|handle_error_with_catch_block.zig#}
|
||||||
|
|
||||||
{#header_close#}
|
{#header_close#}
|
||||||
{#header_open|try#}
|
{#header_open|try#}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue