mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-23 22:11:19 +03:00
Fix a typo
This commit is contained in:
parent
9dced1d99b
commit
f404182c47
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user