From 7e8b72a5b0516e244d436262b710bc5fa6c9cbe6 Mon Sep 17 00:00:00 2001 From: Mikhail Yakshin Date: Thu, 24 Oct 2019 11:16:52 +0100 Subject: [PATCH] Fix typo in docstring --- KaitaiStream.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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