Skip to content

Commit

Permalink
Merge branch '5.4' into 6.2
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
nicolas-grekas committed May 29, 2023
2 parents 5aa03db + 560fc3e commit dad41ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Output/AnsiColorMode.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ enum AnsiColorMode
case Ansi4;

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

0 comments on commit dad41ae

Please sign in to comment.