mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-28 14:27:36 +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{}",
|
let doc_comment = format!("The `{}.{}()` function\n\n{}",
|
||||||
namespace_name,
|
namespace_name,
|
||||||
name,
|
name,
|
||||||
mdn_doc(namespace_name, Some(&name))); // TODO check link
|
mdn_doc(namespace_name, Some(&name))); // checked link
|
||||||
|
|
||||||
self.create_function(
|
self.create_function(
|
||||||
&name,
|
&name,
|
||||||
|
Loading…
Reference in New Issue
Block a user