Skip to content

Commit

Permalink
Update typos to 1.29.7, fix spelling of "collinear"
Browse files Browse the repository at this point in the history
This was news to me about how that word is spelled. Interesting.
  • Loading branch information
waywardmonkeys committed Feb 14, 2025
1 parent 76ebbde commit 86a59b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,4 +285,4 @@ jobs:
- uses: actions/checkout@v4

- name: check typos
uses: crate-ci/typos@v1.28.1
uses: crate-ci/typos@v1.29.7
2 changes: 1 addition & 1 deletion src/cubicbez.rs
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@ mod tests {
verify((a * c).nearest(a * Point::new(0.1, 0.001), 1e-6), 0.1);
}

// ensure to_quads returns something given colinear points
// ensure to_quads returns something given collinear points
#[test]
fn degenerate_to_quads() {
let c = CubicBez::new((0., 9.), (6., 6.), (12., 3.0), (18., 0.0));
Expand Down

0 comments on commit 86a59b8

Please sign in to comment.