correct 'one bytes' -> 'one byte'
1 files changed, 1 insertions(+), 1 deletions(-) M zmusic.el
M zmusic.el +1 -1
@@ 403,7 403,7 @@ represent a single sample, reversed to b (cl-defun zmusic//make-silent-note (duration sample-rate) "Render a silent note. The note lasts DURATION seconds. -Use SAMPLE-RATE, and each sample is one bytes. +Use SAMPLE-RATE, and each sample is one byte. This is just the raw samples." (make-list (truncate (* sample-rate duration)) 127))