aboutsummaryrefslogtreecommitdiff
path: root/doc/langref.html.in
diff options
context:
space:
mode:
authorLemonBoy <thatlemon@gmail.com>2020-12-09 20:15:58 +0100
committerLemonBoy <thatlemon@gmail.com>2020-12-09 20:15:58 +0100
commit3f0a4ffbf417f1878491d7bc4eac24924dae7a5c (patch)
treed162720595e5530de473fa7d809bdcd1ed9d38c5 /doc/langref.html.in
parent2f4f7ace7a03098ca2f7c8f8d07bfbe8c2deb93d (diff)
downloadzig-3f0a4ffbf417f1878491d7bc4eac24924dae7a5c.tar.gz
zig-3f0a4ffbf417f1878491d7bc4eac24924dae7a5c.zip
langref: Update setEvalBranchQuota prototype
Diffstat (limited to 'doc/langref.html.in')
-rw-r--r--doc/langref.html.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/langref.html.in b/doc/langref.html.in
index a76dd7361b..02f96ff9d7 100644
--- a/doc/langref.html.in
+++ b/doc/langref.html.in
@@ -7988,7 +7988,7 @@ test "@wasmMemoryGrow" {
{#header_close#}
{#header_open|@setEvalBranchQuota#}
- <pre>{#syntax#}@setEvalBranchQuota(new_quota: usize){#endsyntax#}</pre>
+ <pre>{#syntax#}@setEvalBranchQuota(new_quota: u32){#endsyntax#}</pre>
<p>
Changes the maximum number of backwards branches that compile-time code
execution can use before giving up and making a compile error.