Skip to content

Commit dad41ae

Browse files
Merge branch '5.4' into 6.2
* 5.4: Fix Typos Bump Symfony version to 5.4.25 Update CONTRIBUTORS for 5.4.24 Update VERSION for 5.4.24 Update CHANGELOG for 5.4.24
2 parents 5aa03db + 560fc3e commit dad41ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Output/AnsiColorMode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ enum AnsiColorMode
2626
case Ansi4;
2727

2828
/*
29-
* 8-bit Ansi colors (240 differents colors + 16 duplicate color codes, ensuring backward compatibility).
29+
* 8-bit Ansi colors (240 different colors + 16 duplicate color codes, ensuring backward compatibility).
3030
* Output syntax is: "ESC[38;5;${foreGroundColorcode};48;5;${backGroundColorcode}m"
3131
* Should be compatible with most terminals.
3232
*/

0 commit comments

Comments
 (0)