diff --git a/guide/src/reference/types.md b/guide/src/reference/types.md index 3d41ea2f..c3b0a7dc 100644 --- a/guide/src/reference/types.md +++ b/guide/src/reference/types.md @@ -1,6 +1,7 @@ # Supported Types -The table below provides an overview of all the types that wasm-bindgen can send/receive across the wasm ABI boundary. +The table below provides an overview of all the types that `wasm-bindgen` can +send and receive across the WebAssembly ABI boundary. | Type | `T` parameter | `&T` parameter | `&mut T` parameter | `T` return value | `Option` parameter | `Option` return value | |:---:|:---:|:---:|:---:|:---:|:---:|