File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments