zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 4adcd560ce4c742791cf1c1d34cdb16f805ffcfd (tree)
parent 350ead9cb2ce87485569fbf630f2906864f35a6b
Author: Jacob G-W <jacoblevgw@gmail.com>
Date:   Wed, 23 Jun 2021 14:32:45 -0400

langref: make @setRuntimeSafety more correct

Diffstat:
Mdoc/langref.html.in | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/langref.html.in b/doc/langref.html.in @@ -8179,7 +8179,7 @@ pub const FloatMode = enum { {#header_close#} {#header_open|@setRuntimeSafety#} - <pre>{#syntax#}@setRuntimeSafety(safety_on: bool){#endsyntax#}</pre> + <pre>{#syntax#}@setRuntimeSafety(safety_on: bool) void{#endsyntax#}</pre> <p> Sets whether runtime safety checks are enabled for the scope that contains the function call. </p>