aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/mediastreamaudiodestinationnode.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/mediastreamaudiodestinationnode.rs')
-rw-r--r--components/script/dom/mediastreamaudiodestinationnode.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/mediastreamaudiodestinationnode.rs b/components/script/dom/mediastreamaudiodestinationnode.rs
index 1950ce34a26..b2ce9e3aaab 100644
--- a/components/script/dom/mediastreamaudiodestinationnode.rs
+++ b/components/script/dom/mediastreamaudiodestinationnode.rs
@@ -85,7 +85,7 @@ impl MediaStreamAudioDestinationNode {
}
impl MediaStreamAudioDestinationNodeMethods for MediaStreamAudioDestinationNode {
- /// https://webaudio.github.io/web-audio-api/#dom-mediastreamaudiodestinationnode-stream
+ /// <https://webaudio.github.io/web-audio-api/#dom-mediastreamaudiodestinationnode-stream>
fn Stream(&self) -> DomRoot<MediaStream> {
DomRoot::from_ref(&self.stream)
}