Skip to content

Commit

Permalink
minor typo in js-sys lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
chocolatkey committed Jan 24, 2019
1 parent f8dabfc commit 2a6d200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/js-sys/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2a6d200

Please sign in to comment.