From 48040c85b52c78e50bc466b301b0639099fc6572 Mon Sep 17 00:00:00 2001 From: Noah Lemen Date: Wed, 28 Mar 2018 19:20:19 -0400 Subject: [PATCH] fix "funtion" typo in readme just noticed this while reading! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bfe26c72..52c47656 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Notable features of this project includes: * Importing JS functionality in to Rust such as [DOM manipulation][dom-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 than simply `u32` and floats.