mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 18:20:51 +00: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…
x
Reference in New Issue
Block a user