authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2023-03-04 14:22:46-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2023-03-05 17:11:46-07:00
logfb04ff45cd1b4eca5c56e0295bbbe961557ef820
treec41c14cd6b0061b5ffeb91f54fe6d26b1b54f42e
parent34a23db664e0fe50fb21c892f33b0aec8a7a2f7f

langref: small clarification to `@trap`


1 files changed, 1 insertions(+), 1 deletions(-)

doc/langref.html.in+1-1
...@@ -9403,7 +9403,7 @@ fn List(comptime T: type) type {...@@ -9403,7 +9403,7 @@ fn List(comptime T: type) type {
9403 Unlike for {#syntax#}@breakpoint(){#endsyntax#}, execution does not continue after this point.9403 Unlike for {#syntax#}@breakpoint(){#endsyntax#}, execution does not continue after this point.
9404 </p>9404 </p>
9405 <p>9405 <p>
9406 This function is only valid within function scope.9406 Outside function scope, this builtin causes a compile error.
9407 </p>9407 </p>
9408 {#see_also|@breakpoint#}9408 {#see_also|@breakpoint#}
9409 {#header_close#}9409 {#header_close#}