fix: remove non-ASCII comment to resolve C4819 encoding warning in VS2022 (zh-CN) #1814

Open
potato520hjj wants to merge 1 commits from potato520hjj/fix-2025-0608-warning-unicode into main

View File

@@ -27,7 +27,7 @@ enum class SizingMode {
StretchFit, StretchFit,
/** /**
* A boxs ideal size in a given axis when given infinite available space. * A box's "ideal" size in a given axis when given infinite available space.
* Usually this is the smallest size the box could take in that axis while * Usually this is the smallest size the box could take in that axis while
* still fitting around its contents, i.e. minimizing unfilled space while * still fitting around its contents, i.e. minimizing unfilled space while
* avoiding overflow. * avoiding overflow.