typo
This commit is contained in:
parent
60bbd14487
commit
4970326114
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import (
|
|||
"strconv"
|
||||
)
|
||||
|
||||
// Point3 is a en element of int^3.
|
||||
// Point3 is a an element of int^3.
|
||||
type Point3 struct {
|
||||
X, Y, Z int
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue