docs: Fix "it's" typos that should be "its" (#8690)
These all meant to use the possessive "its" rather than the contraction of "it is".
This commit is contained in:
parent
03f18053bb
commit
a84a3c0ebe
11 changed files with 23 additions and 23 deletions
|
@ -40,7 +40,7 @@ pub struct ShapedGlyph {
|
|||
/// The ID for this glyph, as determined by the text system.
|
||||
pub id: GlyphId,
|
||||
|
||||
/// The position of this glyph in it's containing line.
|
||||
/// The position of this glyph in its containing line.
|
||||
pub position: Point<Pixels>,
|
||||
|
||||
/// The index of this glyph in the original text.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue