mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2024-11-14 10:49:41 +01:00
Fix incorrect BitReader documentation
This commit is contained in:
parent
017623c300
commit
46682cd4dd
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ namespace LibHac
|
|||
/// <remarks>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.</remarks>
|
||||
public enum OffsetBias
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue