Skip to content

Commit f8c8ec0

Browse files
authored
chore: Update typos
This patch updates `crates-ci/typos` from 1.16.22 to 1.29.4. This patch also fixes an existing typo in the code base.
1 parent 35f0d5e commit f8c8ec0

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
@@ -79,4 +79,4 @@ jobs:
7979

8080
steps:
8181
- uses: actions/checkout@v4
82-
- uses: crate-ci/typos@v1.16.22
82+
- uses: crate-ci/typos@v1.29.4

eyeball/src/shared.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! This module defines a [`SharedObservable`] type that is clonable, requires
1+
//! This module defines a [`SharedObservable`] type that is cloneable, requires
22
//! only `&` access to update its inner value but doesn't dereference to the
33
//! inner value.
44
//!

0 commit comments

Comments
 (0)