Fix typo in inline layout (#3645)

This commit is contained in:
Ran Luo 2024-03-13 16:50:24 +08:00 committed by GitHub
parent 0fef857064
commit 3fd06136c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1281,7 +1281,7 @@ fn commit(
}
// Determine how much additional space is needed.
// The justicication_ratio is for the first step justification,
// The justification_ratio is for the first step justification,
// extra_justification is for the last step.
// For more info on multi-step justification, see Procedures for Inter-
// Character Space Expansion in W3C document Chinese Layout Requirements.