Skip to content

Commit

Permalink
chore: bump crate-ci/typos to 1.24.3 (#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdlarsen authored Sep 3, 2024
1 parent 7aa8bdd commit ae75f96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_typos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Check typos
uses: crate-ci/[email protected].1
uses: crate-ci/[email protected].3
4 changes: 2 additions & 2 deletions crates/iceberg/src/spec/partition.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down Expand Up @@ -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()
}
Expand Down

0 comments on commit ae75f96

Please sign in to comment.