Skip to content

Commit

Permalink
Merge pull request #1204 from chocolatkey/patch-1
Browse files Browse the repository at this point in the history
minor typo in js-sys lib.rs
  • Loading branch information
alexcrichton committed Jan 25, 2019
2 parents f8dabfc + 2a6d200 commit c56dff8
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 c56dff8

Please sign in to comment.