Skip to content

Commit 4800720

Browse files
authored
Fix typo "atleast" (#2259)
This isn't really a typo but an issue with bikeshed not leaving a space at line breaks. See speced/bikeshed#1470.
1 parent bcb1b83 commit 4800720

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.bs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -864,8 +864,7 @@ Methods</h4>
864864

865865
<pre class=argumentdef for="BaseAudioContext/createBuffer()">
866866
numberOfChannels: Determines how many channels the buffer will have. An implementation MUST support at least 32 channels.
867-
length: Determines the size of the buffer in sample-frames. This MUST be at
868-
least 1.
867+
length: Determines the size of the buffer in sample-frames. This MUST be at least 1.
869868
sampleRate: Describes the sample-rate of the [=linear PCM=] audio data in the buffer in sample-frames per second. An implementation MUST support sample rates in at least the range 8000 to 96000.
870869
</pre>
871870
<div>

0 commit comments

Comments
 (0)