diff options
Diffstat (limited to 'docs/WebAssembly.rst')
| -rw-r--r-- | docs/WebAssembly.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/WebAssembly.rst b/docs/WebAssembly.rst index 41522163bb85..6384a929d23d 100644 --- a/docs/WebAssembly.rst +++ b/docs/WebAssembly.rst @@ -109,7 +109,7 @@ trap at runtime (functions that contain only an ``unreachable`` instruction) and use these stub functions at the otherwise invalid call sites. The default behaviour is to generate these stub function and to produce -a warning. The ``--falal-warnings`` flag can be used to disable this behaviour +a warning. The ``--fatal-warnings`` flag can be used to disable this behaviour and error out if mismatched are found. Imports and Exports |
