Skip to content

Commit

Permalink
Clarify documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisn committed Apr 21, 2024
1 parent 8b46fac commit 8d9cd45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ for (let i = 0; i < waveform.length; i++) {

### waveformDataChannel.min_array()

Returns all the waveform minimum values as an array.
Returns a copy of the waveform minimum values as an array.

```javascript
const waveform = WaveformData.create(buffer);
Expand All @@ -613,7 +613,7 @@ for (let i = 0; i < waveform.length; i++) {

### waveformDataChannel.max_array()

Returns all the waveform maximum values as an array.
Returns a copy of the waveform maximum values as an array.

```javascript
const waveform = WaveformData.create(buffer);
Expand Down

0 comments on commit 8d9cd45

Please sign in to comment.