From 2a6d2004e17f993a02f4d212292258182a2f362b Mon Sep 17 00:00:00 2001 From: Henry Date: Thu, 24 Jan 2019 15:35:21 -0800 Subject: [PATCH] minor typo in js-sys lib.rs --- crates/js-sys/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/js-sys/src/lib.rs b/crates/js-sys/src/lib.rs index cf70f3511df..556b827f6be 100644 --- a/crates/js-sys/src/lib.rs +++ b/crates/js-sys/src/lib.rs @@ -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 {