summaryrefslogtreecommitdiffstats
path: root/vendor/web-sys/src/features/gen_HtmlAllCollection.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/web-sys/src/features/gen_HtmlAllCollection.rs')
-rw-r--r--vendor/web-sys/src/features/gen_HtmlAllCollection.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/web-sys/src/features/gen_HtmlAllCollection.rs b/vendor/web-sys/src/features/gen_HtmlAllCollection.rs
index 264f7ee5a..db390569c 100644
--- a/vendor/web-sys/src/features/gen_HtmlAllCollection.rs
+++ b/vendor/web-sys/src/features/gen_HtmlAllCollection.rs
@@ -43,14 +43,14 @@ extern "C" {
pub fn named_item(this: &HtmlAllCollection, name: &str) -> Option<::js_sys::Object>;
#[cfg(feature = "Node")]
#[wasm_bindgen(method, structural, js_class = "HTMLAllCollection", indexing_getter)]
- #[doc = "Indexing getter."]
+ #[doc = "Indexing getter. As in the literal Javascript `this[key]`."]
#[doc = ""]
#[doc = ""]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `HtmlAllCollection`, `Node`*"]
pub fn get_with_index(this: &HtmlAllCollection, index: u32) -> Option<Node>;
#[wasm_bindgen(method, structural, js_class = "HTMLAllCollection", indexing_getter)]
- #[doc = "Indexing getter."]
+ #[doc = "Indexing getter. As in the literal Javascript `this[key]`."]
#[doc = ""]
#[doc = ""]
#[doc = ""]