Fix a typo

This commit is contained in:
Alex Crichton 2019-01-07 11:00:15 -08:00
parent 9dced1d99b
commit f404182c47

View File

@ -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