diff --git a/KaitaiStream.cs b/KaitaiStream.cs index f07ce38..a3a80d1 100644 --- a/KaitaiStream.cs +++ b/KaitaiStream.cs @@ -7,7 +7,7 @@ using System.Linq; namespace Kaitai { /// - /// The base Kaitai steam which exposes an API for the Kaitai Struct framework. + /// The base Kaitai stream which exposes an API for the Kaitai Struct framework. /// It's based off a BinaryReader, which is a little-endian reader. /// public partial class KaitaiStream : BinaryReader