Skip to content

Commit 7123042

Browse files
committed
Fix doc link
1 parent 15be9b4 commit 7123042

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/node/scheduled_source.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ pub trait AudioScheduledSourceNode: AudioNode {
3535
/// Register callback to run when the source node has stopped playing
3636
///
3737
/// For all [`AudioScheduledSourceNode`]s, the ended event is dispatched when the stop time
38-
/// determined by stop() is reached. For an [`AudioBufferSourceNode`], the event is also
39-
/// dispatched because the duration has been reached or if the entire buffer has been played.
38+
/// determined by stop() is reached. For an
39+
/// [`AudioBufferSourceNode`](crate::node::AudioBufferSourceNode), the event is also dispatched
40+
/// because the duration has been reached or if the entire buffer has been played.
4041
///
4142
/// Only a single event handler is active at any time. Calling this method multiple times will
4243
/// override the previous event handler.

0 commit comments

Comments
 (0)