From 9b87e0c0b0923a79123fa2bd489c520f8a1b2d3d Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Fri, 3 Aug 2018 16:25:15 -0700 Subject: [PATCH] guide: clean up introduction to the supported types table --- guide/src/reference/types.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 | |:---:|:---:|:---:|:---:|:---:|:---:|