Skip to content

Commit 7f417a2

Browse files
committed
chore: bump crate-ci/typos to 1.24.3
Bump crate-ci/typos and fix actual typos. Signed-off-by: Søren Dalby Larsen <[email protected]>
1 parent 7aa8bdd commit 7f417a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci_typos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
steps:
4343
- uses: actions/checkout@v4
4444
- name: Check typos
45-
uses: crate-ci/[email protected].1
45+
uses: crate-ci/[email protected].3

crates/iceberg/src/spec/partition.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ pub struct PartitionSpec {
6565
}
6666

6767
impl PartitionSpec {
68-
/// Create partition spec builer
68+
/// Create partition spec builder
6969
pub fn builder(schema: &Schema) -> PartitionSpecBuilder {
7070
PartitionSpecBuilder::new(schema)
7171
}
@@ -152,7 +152,7 @@ pub struct UnboundPartitionSpec {
152152
}
153153

154154
impl UnboundPartitionSpec {
155-
/// Create unbound partition spec builer
155+
/// Create unbound partition spec builder
156156
pub fn builder() -> UnboundPartitionSpecBuilder {
157157
UnboundPartitionSpecBuilder::default()
158158
}

0 commit comments

Comments
 (0)