Fix a comment in the string.ToLower() method (#18832)
authorHumanEquivalentUnit <HumanEquivalentUnit@users.noreply.github.com>
Mon, 9 Jul 2018 15:22:38 +0000 (16:22 +0100)
committerStephen Toub <stoub@microsoft.com>
Mon, 9 Jul 2018 15:22:38 +0000 (11:22 -0400)
commit4349690ec1c81a28c14ba2801240c94f3f79dec4
treef7c456ca9b2c14ee99431e03899f43fd79a20470
parent4aac6883e54d53b41567b6b999559901d7efd4ec
Fix a comment in the string.ToLower() method (#18832)

Line 307 is lowercasing the current character, but the comment says "store the current character, upper-cased", fixed comment to say "store the current character, lower-cased".
(Equivalent and correct "upper-cased" comment is on line 252)
src/System.Private.CoreLib/shared/System/Globalization/TextInfo.cs