We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7193800 commit 238cb5cCopy full SHA for 238cb5c
1 file changed
src/System.Management.Automation/engine/parser/tokenizer.cs
@@ -543,7 +543,7 @@ internal enum NumberSuffixFlags
543
Decimal = 0x10,
544
545
/// <summary>
546
- /// Indicates 'I' suffix for BigInteger (arbitrarily large integer) numerals.
+ /// Indicates 'N' suffix for BigInteger (arbitrarily large integer) numerals.
547
/// </summary>
548
BigInteger = 0x20
549
}
0 commit comments