Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Burlumi <paul@burlumi.com>
  • Loading branch information
natefinch and paulburlumi committed Sep 27, 2021
1 parent 728e1d5 commit 1af6145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parse/parse.go
Expand Up @@ -55,7 +55,7 @@ type Function struct {
var _ sort.Interface = (Functions)(nil)

// Functions implements sort interface to optimize compiled output with
// determanistic generated mainfile.
// deterministic generated mainfile.
type Functions []*Function

func (s Functions) Len() int {
Expand Down

0 comments on commit 1af6145

Please sign in to comment.