Skip to content

Commit 2223b09

Browse files
Copilotjosesimoes
andcommitted
Improve comment clarity per code review feedback
Co-authored-by: josesimoes <[email protected]>
1 parent 1a42e39 commit 2223b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CLR/CorLib/corlib_native_System_Number.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ int Library_corlib_native_System_Number::Format_F(
754754
}
755755
}
756756

757-
// apply negative sign and decimal separator replacements for all types
757+
// apply negative sign and decimal separator replacements for all data types when formatting is successful
758758
if (ret > 0)
759759
{
760760
ret = ReplaceNegativeSign(buffer, ret, negativeSign);

0 commit comments

Comments
 (0)