Skip to content

Commit 3ed423f

Browse files
authored
Update src/param.rs
1 parent cb48a43 commit 3ed423f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/param.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ impl AudioParamEventTimeline {
201201
}
202202

203203
/// AudioParam controls an individual aspect of an AudioNode's functionality, such as volume.
204-
#[derive(Clone)]
204+
#[derive(Clone)] // for the node bindings, see #378
205205
pub struct AudioParam {
206206
registration: Arc<AudioContextRegistration>,
207207
raw_parts: AudioParamRaw,

0 commit comments

Comments
 (0)