authorgravatar for jacoblevgw@gmail.comJacob G-W <jacoblevgw@gmail.com> 2021-06-23 14:32:45-04:00
committergravatar for git@vexu.euVeikka Tuominen <git@vexu.eu> 2021-06-25 08:57:03+03:00
log4adcd560ce4c742791cf1c1d34cdb16f805ffcfd
tree4e3416119e67d188d5cd4ff93239d408469d0a4a
parent350ead9cb2ce87485569fbf630f2906864f35a6b

langref: make @setRuntimeSafety more correct


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

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