Skip to content

Commit

Permalink
Fix typo, update typos-cli in ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored and cmyr committed Oct 4, 2024
1 parent 72493d1 commit 27d7a2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ jobs:
- uses: actions/checkout@v4

- name: check typos
uses: crate-ci/typos@v1.23.2
uses: crate-ci/typos@v1.25.0
2 changes: 1 addition & 1 deletion src/glyph/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ pub struct Anchor {
pub struct Component {
/// The name of the base glyph used in the component.
pub base: Name,
/// Component affine transormation definition.
/// Component affine transformation definition.
pub transform: AffineTransform,
/// Optional unique identifier for the component within the glyph.
///
Expand Down

0 comments on commit 27d7a2a

Please sign in to comment.