mirror of
https://github.com/ziglang/zig.git
synced 2026-01-30 03:03:46 +00:00
Split the original `defer.zig` doctest into 3 doctest:
1. Document the defer keyword
2. Document that the return statement is not allowed inside a defer
expression
3. Document the errdefer keyword
Replace "method" with "expression" in the text `defer method`.