1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-04-05 11:51:05 +00:00

Merge pull request from kedromelon/patch-1

fix "funtion" typo in readme
This commit is contained in:
Alex Crichton 2018-03-29 08:59:23 +02:00 committed by GitHub
commit 67737a2661
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,7 +23,7 @@ Notable features of this project includes:
* Importing JS functionality in to Rust such as [DOM manipulation][dom-ex], * Importing JS functionality in to Rust such as [DOM manipulation][dom-ex],
[console logging][console-log], or [performance monitoring][perf-ex]. [console logging][console-log], or [performance monitoring][perf-ex].
* [Exporting Rust functionality][smorg-ex] to JS such as classes, funtions, etc. * [Exporting Rust functionality][smorg-ex] to JS such as classes, functions, etc.
* Working with rich types like strings, numbers, classes, and objects rather * Working with rich types like strings, numbers, classes, and objects rather
than simply `u32` and floats. than simply `u32` and floats.