File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 42
42
steps :
43
43
- uses : actions/checkout@v4
44
44
- name : Check typos
45
- uses :
crate-ci/[email protected] .1
45
+ uses :
crate-ci/[email protected] .3
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ pub struct PartitionSpec {
65
65
}
66
66
67
67
impl PartitionSpec {
68
- /// Create partition spec builer
68
+ /// Create partition spec builder
69
69
pub fn builder ( schema : & Schema ) -> PartitionSpecBuilder {
70
70
PartitionSpecBuilder :: new ( schema)
71
71
}
@@ -152,7 +152,7 @@ pub struct UnboundPartitionSpec {
152
152
}
153
153
154
154
impl UnboundPartitionSpec {
155
- /// Create unbound partition spec builer
155
+ /// Create unbound partition spec builder
156
156
pub fn builder ( ) -> UnboundPartitionSpecBuilder {
157
157
UnboundPartitionSpecBuilder :: default ( )
158
158
}
You can’t perform that action at this time.
0 commit comments