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