Skip to content

Commit ae75f96

Browse files
authored
chore: bump crate-ci/typos to 1.24.3 (apache#598)
1 parent 7aa8bdd commit ae75f96

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci_typos.yml

+1-1
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

+2-2
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)