guide: Rename "Type Reference" section to "Supported Types"

This commit is contained in:
Nick Fitzgerald 2018-08-03 16:11:34 -07:00 committed by Alex Crichton
parent 9e03dba413
commit 536bf5e0d7
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
- [Passing Arbitrary data](./reference/passing-data.md)
- [Feature Reference](./reference/feature-reference.md)
- [Command Line Interface](./reference/cli.md)
- [Type Reference](./reference/reference.md)
- [Supported Types](./reference/types.md)
--------------------------------------------------------------------------------

View File

@ -1,4 +1,4 @@
# Reference
# Supported Types
The table below provides an overview of all the types that wasm-bindgen can send/receive across the wasm ABI boundary.