From a4c49366656e27465121da03787053ad62a64d5c Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Fri, 27 Nov 2020 22:32:55 -0800 Subject: [PATCH] Fixed thinko in documentation --- src/audio_frame_reader.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/audio_frame_reader.rs b/src/audio_frame_reader.rs index 4b837c4..10ffa48 100644 --- a/src/audio_frame_reader.rs +++ b/src/audio_frame_reader.rs @@ -67,7 +67,7 @@ impl AudioFrameReader { /// /// Regardless of the number of bits in the audio sample, this method /// always writes `i32` samples back to the buffer. These samples are - /// written back "left-aligned" so samples that are shorter than i32 + /// written back "right-aligned" so samples that are shorter than i32 /// will leave the MSB bits empty. /// /// For example: A full-code sample in 16 bit (0xFFFF) will be written