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 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
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ pub struct PartitionSpec {
6565}
6666
6767impl 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
154154impl UnboundPartitionSpec {
155- /// Create unbound partition spec builer
155+ /// Create unbound partition spec builder
156156 pub fn builder ( ) -> UnboundPartitionSpecBuilder {
157157 UnboundPartitionSpecBuilder :: default ( )
158158 }
You can’t perform that action at this time.
0 commit comments