From 86a59b8580610a5c38ff9b465b912798ac4fdc4c Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Fri, 14 Feb 2025 23:17:55 +0700 Subject: [PATCH] Update typos to 1.29.7, fix spelling of "collinear" This was news to me about how that word is spelled. Interesting. --- .github/workflows/ci.yml | 2 +- src/cubicbez.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a70ce93..7bc0798f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/src/cubicbez.rs b/src/cubicbez.rs index 4b472fc4..36f79aa7 100644 --- a/src/cubicbez.rs +++ b/src/cubicbez.rs @@ -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));