Skip to content

Commit

Permalink
matrix/mat64: fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
kortschak committed Jun 3, 2017
1 parent 865bf3c commit 78cae8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matrix/mat64/vector.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func (v *Vector) ViewVec(i, n int) *Vector {
}

// SliceVec returns a new Vector that shares backing data with the receiver.
// The returned matrix starts at i of the recevier and extends k-i elements.
// The returned matrix starts at i of the receiver and extends k-i elements.
// SliceVec panics with ErrIndexOutOfRange if the slice is outside the bounds
// of the receiver.
func (v *Vector) SliceVec(i, k int) *Vector {
Expand Down

0 comments on commit 78cae8f

Please sign in to comment.