diff options
| author | Alexander Seiler <seileralex@gmail.com> | 2023-04-27 11:26:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-27 11:26:43 +0200 |
| commit | c941baa7ee84be8f1cff2cfdf7c5607b3b6d81f8 (patch) | |
| tree | 8a321b7bfba19649d48864acddda628106f69b67 /library/src | |
| parent | 5100046acf0fd31f805506f156c59c635c46cf93 (diff) | |
Correct some typos (#987)
Diffstat (limited to 'library/src')
| -rw-r--r-- | library/src/layout/par.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/layout/par.rs b/library/src/layout/par.rs index b186bb19..7a1a21e7 100644 --- a/library/src/layout/par.rs +++ b/library/src/layout/par.rs @@ -1280,7 +1280,7 @@ fn commit( } } - // Determine how much addtional space is needed. + // Determine how much additional space is needed. // The justicication_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- |
