From 46682cd4ddf1a0b72e4d09a93e914610798ef13e Mon Sep 17 00:00:00 2001 From: Alex Barney Date: Mon, 11 Feb 2019 20:47:26 -0600 Subject: [PATCH] Fix incorrect BitReader documentation --- src/LibHac/BitReader.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LibHac/BitReader.cs b/src/LibHac/BitReader.cs index efc3754d..fdd7986a 100644 --- a/src/LibHac/BitReader.cs +++ b/src/LibHac/BitReader.cs @@ -122,7 +122,7 @@ namespace LibHac /// Example: /// A 4-bit offset binary value with a positive bias can store /// the values 8 through -7 inclusive. - /// A 4-bit offset binary value with a positive bias can store + /// A 4-bit offset binary value with a negative bias can store /// the values 7 through -8 inclusive. public enum OffsetBias {