From 3fd06136c27a4bbdfc7833526311313c4a87be71 Mon Sep 17 00:00:00 2001 From: Ran Luo Date: Wed, 13 Mar 2024 16:50:24 +0800 Subject: [PATCH] Fix typo in inline layout (#3645) --- crates/typst/src/layout/inline/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/typst/src/layout/inline/mod.rs b/crates/typst/src/layout/inline/mod.rs index cb1afa1e0..16da1539f 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.