Skip to content

Commit 68b198a

Browse files
Update typos (#147)
1 parent 34e7783 commit 68b198a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,4 @@ jobs:
123123
- uses: actions/checkout@v4
124124

125125
- name: check typos
126-
uses: crate-ci/typos@v1.28.4
126+
uses: crate-ci/typos@v1.30.0

src/line_clipper.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ pub fn intersect(src: &[Point; 2], clip: &Rect, dst: &mut [Point; 2]) -> bool {
249249
}
250250

251251
// check for no overlap, and only permit coincident edges if the line
252-
// and the edge are colinear
252+
// and the edge are collinear
253253
if nested_lt(bounds.right(), clip.left(), bounds.width())
254254
|| nested_lt(clip.right(), bounds.left(), bounds.width())
255255
|| nested_lt(bounds.bottom(), clip.top(), bounds.height())

0 commit comments

Comments
 (0)