diff options
Diffstat (limited to 'doc/langref.html.in')
| -rw-r--r-- | doc/langref.html.in | 2 |
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. |
