summaryrefslogtreecommitdiffstats
path: root/vendor/web-sys/src/features/gen_PluginArray.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/web-sys/src/features/gen_PluginArray.rs')
-rw-r--r--vendor/web-sys/src/features/gen_PluginArray.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/web-sys/src/features/gen_PluginArray.rs b/vendor/web-sys/src/features/gen_PluginArray.rs
index 73b3624ff..c9a648052 100644
--- a/vendor/web-sys/src/features/gen_PluginArray.rs
+++ b/vendor/web-sys/src/features/gen_PluginArray.rs
@@ -51,7 +51,7 @@ extern "C" {
pub fn refresh_with_reload_documents(this: &PluginArray, reload_documents: bool);
#[cfg(feature = "Plugin")]
#[wasm_bindgen(method, structural, js_class = "PluginArray", indexing_getter)]
- #[doc = "Indexing getter."]
+ #[doc = "Indexing getter. As in the literal Javascript `this[key]`."]
#[doc = ""]
#[doc = ""]
#[doc = ""]
@@ -59,7 +59,7 @@ extern "C" {
pub fn get_with_index(this: &PluginArray, index: u32) -> Option<Plugin>;
#[cfg(feature = "Plugin")]
#[wasm_bindgen(method, structural, js_class = "PluginArray", indexing_getter)]
- #[doc = "Indexing getter."]
+ #[doc = "Indexing getter. As in the literal Javascript `this[key]`."]
#[doc = ""]
#[doc = ""]
#[doc = ""]