diff --git a/.github/workflows/ci_typos.yml b/.github/workflows/ci_typos.yml index 9a3f77813b..a293d715fc 100644 --- a/.github/workflows/ci_typos.yml +++ b/.github/workflows/ci_typos.yml @@ -42,4 +42,4 @@ jobs: steps: - uses: actions/checkout@v4 - name: Check typos - uses: crate-ci/typos@v1.24.1 + uses: crate-ci/typos@v1.24.3 diff --git a/crates/iceberg/src/spec/partition.rs b/crates/iceberg/src/spec/partition.rs index 91aaf49516..f262a8c7c9 100644 --- a/crates/iceberg/src/spec/partition.rs +++ b/crates/iceberg/src/spec/partition.rs @@ -65,7 +65,7 @@ pub struct PartitionSpec { } impl PartitionSpec { - /// Create partition spec builer + /// Create partition spec builder pub fn builder(schema: &Schema) -> PartitionSpecBuilder { PartitionSpecBuilder::new(schema) } @@ -152,7 +152,7 @@ pub struct UnboundPartitionSpec { } impl UnboundPartitionSpec { - /// Create unbound partition spec builer + /// Create unbound partition spec builder pub fn builder() -> UnboundPartitionSpecBuilder { UnboundPartitionSpecBuilder::default() }