Fix typo in docstring

This commit is contained in:
Mikhail Yakshin 2019-10-24 11:16:52 +01:00
parent 28d787d54c
commit 7e8b72a5b0
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ using System.Linq;
namespace Kaitai
{
/// <summary>
/// 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 <code>BinaryReader</code>, which is a little-endian reader.
/// </summary>
public partial class KaitaiStream : BinaryReader