all: fix typos

This commit is contained in:
Jes Cok
2023-07-16 08:47:29 +08:00
committed by Dan Kortschak
parent 1ba2d98ac6
commit bd727a9e14
16 changed files with 23 additions and 23 deletions

View File

@@ -13,7 +13,7 @@ import (
"gonum.org/v1/gonum/stat/spatial"
)
// Euclid is a mat.Matrix whose elements refects the Euclidean
// Euclid is a mat.Matrix whose elements reflects the Euclidean
// distance between a series of unit-separated points strided
// to be arranged in an x by y grid.
type Euclid struct{ x, y int }