From f404182c472e3091e0f83bfcdca441b7443ef820 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 7 Jan 2019 11:00:15 -0800 Subject: [PATCH] Fix a typo --- crates/js-sys/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/js-sys/src/lib.rs b/crates/js-sys/src/lib.rs index 1d3cd4a1..39aaa452 100644 --- a/crates/js-sys/src/lib.rs +++ b/crates/js-sys/src/lib.rs @@ -4791,7 +4791,7 @@ pub fn global() -> Object { macro_rules! arrays { ($($name:ident: $ty:ident,)*) => ($( impl $name { - /// Creates a JS typed array which is a few into wasm's linear + /// Creates a JS typed array which is a view into wasm's linear /// memory at the slice specified. /// /// This function returns a new typed array which is a view into