mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 18:20:51 +00:00
Merge pull request #1204 from chocolatkey/patch-1
minor typo in js-sys lib.rs
This commit is contained in:
commit
c56dff8ede
@ -4841,7 +4841,7 @@ macro_rules! arrays {
|
||||
/// Additionally the returned object can be safely mutated but the
|
||||
/// input slice isn't guaranteed to be mutable.
|
||||
///
|
||||
/// Finally, the returned objet is disconnected from the input
|
||||
/// Finally, the returned object is disconnected from the input
|
||||
/// slice's lifetime, so there's no guarantee that the data is read
|
||||
/// at the right time.
|
||||
pub unsafe fn view(rust: &[$ty]) -> $name {
|
||||
|
Loading…
x
Reference in New Issue
Block a user