mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-28 05:52:21 +03:00
Mark that link is checked;
This commit is contained in:
parent
df1342398d
commit
eaacdc8966
@ -1063,7 +1063,7 @@ impl<'src> FirstPassRecord<'src> {
|
||||
let doc_comment = format!("The `{}.{}()` function\n\n{}",
|
||||
namespace_name,
|
||||
name,
|
||||
mdn_doc(namespace_name, Some(&name))); // TODO check link
|
||||
mdn_doc(namespace_name, Some(&name))); // checked link
|
||||
|
||||
self.create_function(
|
||||
&name,
|
||||
|
Loading…
Reference in New Issue
Block a user