diff options
| author | Ran Luo <luoran1988@126.com> | 2024-03-13 16:50:24 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-13 08:50:24 +0000 |
| commit | 3fd06136c27a4bbdfc7833526311313c4a87be71 (patch) | |
| tree | d789652e52a85d75cc655cfd42b1889a84ce8d69 /crates | |
| parent | 0fef85706451331b00d09dc85a77a812c779ce6c (diff) | |
Fix typo in inline layout (#3645)
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/typst/src/layout/inline/mod.rs | 2 |
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. |
