Skip to content

Commit

Permalink
vector: fix spelling error in vector/path.go (#2078)
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekmurali committed Apr 24, 2022
1 parent dc811f9 commit 084ba6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vector/path.go
Expand Up @@ -23,7 +23,7 @@ import (
"github.com/hajimehoshi/ebiten/v2"
)

// Direction represents clockwise or countercolockwise.
// Direction represents clockwise or counterclockwise.
type Direction int

const (
Expand Down

0 comments on commit 084ba6b

Please sign in to comment.