Skip to content

Commit

Permalink
Update transforms.go
Browse files Browse the repository at this point in the history
Co-authored-by: Eduard Tudenhoefner <[email protected]>
  • Loading branch information
zeroshade and nastra authored Sep 13, 2023
1 parent ea23693 commit af94404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transforms.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func ParseTransform(s string) (Transform, error) {
}

// Transform is an interface for the various Transformation types
// in partition specs. Currently they do not yet provide actual
// in partition specs. Currently, they do not yet provide actual
// transformation functions or implementation. That will come later as
// data reading gets implemented.
type Transform interface {
Expand Down

0 comments on commit af94404

Please sign in to comment.