diff --git a/yoga/algorithm/SizingMode.h b/yoga/algorithm/SizingMode.h index bd725df1..cd6f37dd 100644 --- a/yoga/algorithm/SizingMode.h +++ b/yoga/algorithm/SizingMode.h @@ -27,7 +27,7 @@ enum class SizingMode { StretchFit, /** - * A box’s “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 * still fitting around its contents, i.e. minimizing unfilled space while * avoiding overflow.