From ade4a2c97aa770c39339c4240a7be91209bec048 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Tue, 14 Aug 2018 13:45:49 +1000 Subject: [PATCH] Fix typo in Intl.DateTimeFormat documentation --- 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 852d49f1..597e5827 100644 --- a/crates/js-sys/src/lib.rs +++ b/crates/js-sys/src/lib.rs @@ -3433,7 +3433,7 @@ pub mod Intl { /// The Intl.DateTimeFormat.supportedLocalesOf() method returns an array /// containing those of the provided locales that are supported in date - /// and time formatting without having to fall back to the runtime's defaul + /// and time formatting without having to fall back to the runtime's default /// locale. /// /// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat/supportedLocalesOf