vector: fix spelling error in vector/path.go (#2078)

This commit is contained in:
Vivek Murali 2022-04-24 08:44:18 +05:30 committed by GitHub
parent dc811f9329
commit 084ba6bbd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ import (
"github.com/hajimehoshi/ebiten/v2" "github.com/hajimehoshi/ebiten/v2"
) )
// Direction represents clockwise or countercolockwise. // Direction represents clockwise or counterclockwise.
type Direction int type Direction int
const ( const (