We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aa8bdd commit ae75f96Copy full SHA for ae75f96
2 files changed
.github/workflows/ci_typos.yml
@@ -42,4 +42,4 @@ jobs:
42
steps:
43
- uses: actions/checkout@v4
44
- name: Check typos
45
- uses: crate-ci/typos@v1.24.1
+ uses: crate-ci/typos@v1.24.3
crates/iceberg/src/spec/partition.rs
@@ -65,7 +65,7 @@ pub struct PartitionSpec {
65
}
66
67
impl PartitionSpec {
68
- /// Create partition spec builer
+ /// Create partition spec builder
69
pub fn builder(schema: &Schema) -> PartitionSpecBuilder {
70
PartitionSpecBuilder::new(schema)
71
@@ -152,7 +152,7 @@ pub struct UnboundPartitionSpec {
152
153
154
impl UnboundPartitionSpec {
155
- /// Create unbound partition spec builer
+ /// Create unbound partition spec builder
156
pub fn builder() -> UnboundPartitionSpecBuilder {
157
UnboundPartitionSpecBuilder::default()
158
0 commit comments