Skip to content

Commit 237b333

Browse files
Update typos to 1.29.7, fix spelling of "collinear" (#416)
This was news to me about how that word is spelled. Interesting.
1 parent 4982e13 commit 237b333

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -285,4 +285,4 @@ jobs:
285285
- uses: actions/checkout@v4
286286

287287
- name: check typos
288-
uses: crate-ci/typos@v1.28.1
288+
uses: crate-ci/typos@v1.29.7

src/cubicbez.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ mod tests {
923923
verify((a * c).nearest(a * Point::new(0.1, 0.001), 1e-6), 0.1);
924924
}
925925

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

0 commit comments

Comments
 (0)