summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRan Luo <luoran1988@126.com>2024-03-13 16:50:24 +0800
committerGitHub <noreply@github.com>2024-03-13 08:50:24 +0000
commit3fd06136c27a4bbdfc7833526311313c4a87be71 (patch)
treed789652e52a85d75cc655cfd42b1889a84ce8d69
parent0fef85706451331b00d09dc85a77a812c779ce6c (diff)
Fix typo in inline layout (#3645)
-rw-r--r--crates/typst/src/layout/inline/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst/src/layout/inline/mod.rs b/crates/typst/src/layout/inline/mod.rs
index cb1afa1e..16da1539 100644
--- a/crates/typst/src/layout/inline/mod.rs
+++ b/crates/typst/src/layout/inline/mod.rs
@@ -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.