mirror of
https://github.com/gonum/gonum.git
synced 2025-10-05 07:06:54 +08:00
all: fix typos
This commit is contained in:
@@ -118,7 +118,7 @@ func TestCap(t *testing.T) {
|
||||
} {
|
||||
got := test.vector.Cap()
|
||||
if got != test.want {
|
||||
t.Errorf("unexpected capacty for test %d: got: %d want: %d", i, got, test.want)
|
||||
t.Errorf("unexpected capacity for test %d: got: %d want: %d", i, got, test.want)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user