standardize comments in English

This commit is contained in:
Alexander Trofimov
2026-04-02 08:10:57 +03:00
parent b18715ae81
commit 10b2b0d3d0
950 changed files with 7092 additions and 7093 deletions

View File

@ -59,7 +59,7 @@ namespace DocFileFormat
if (OpCode == 0 && size == 4)
{
//так записывается rgb цвет (
//this is how rgb color is written (
OpCode = sprmCCv;
opSize = 3;
}