Skip to content

Commit

Permalink
Update parse/parse.go
Browse files Browse the repository at this point in the history
got caught out not using vim's spellcheck

Co-authored-by: Paul Burlumi <paul@burlumi.com>
  • Loading branch information
ClaudiaJ and paulburlumi committed Sep 9, 2021
1 parent 7edae66 commit 51fac8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parse/parse.go
Expand Up @@ -324,7 +324,7 @@ type Import struct {
var _ sort.Interface = (Imports)(nil)

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

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

0 comments on commit 51fac8c

Please sign in to comment.