Skip to content

Commit 7e8b72a

Browse files
committed
Fix typo in docstring
1 parent 28d787d commit 7e8b72a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

KaitaiStream.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
namespace Kaitai
88
{
99
/// <summary>
10-
/// The base Kaitai steam which exposes an API for the Kaitai Struct framework.
10+
/// The base Kaitai stream which exposes an API for the Kaitai Struct framework.
1111
/// It's based off a <code>BinaryReader</code>, which is a little-endian reader.
1212
/// </summary>
1313
public partial class KaitaiStream : BinaryReader

0 commit comments

Comments
 (0)