mirror of
https://github.com/gonum/gonum.git
synced 2025-10-16 20:20:41 +08:00
optimize: fix typo
This commit is contained in:
@@ -398,7 +398,7 @@ func defaultFunctionConverge() *FunctionConverge {
|
||||
}
|
||||
}
|
||||
|
||||
// newLocation allocates a new locatian structure with an X field of the
|
||||
// newLocation allocates a new location structure with an X field of the
|
||||
// appropriate size.
|
||||
func newLocation(dim int) *Location {
|
||||
return &Location{
|
||||
|
Reference in New Issue
Block a user