Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 5087429

Browse files
committed
Grammar
1 parent 94b1002 commit 5087429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/txt/src/txt/paragraph.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ void Paragraph::Layout(double width, bool force) {
484484
// of the index being whitespace or not.
485485

486486
// Exclude trailing whitespace from right and center-justified lines so the
487-
// last visible character in the line will be flush with the right margin.
487+
// last visible character in the line will be flushed with the right margin.
488488
size_t line_end_index =
489489
(paragraph_style_.effective_align() == TextAlign::right ||
490490
paragraph_style_.effective_align() == TextAlign::center)

0 commit comments

Comments
 (0)