Skip to content

Commit

Permalink
Fix Godoc
Browse files Browse the repository at this point in the history
Change-Id: I9d216e99387a24eff73f9793083ef996e69abfae
  • Loading branch information
Akron committed Aug 20, 2024
1 parent cd58d08 commit b84d469
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions matrix.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ func (mat *MatrixTokenizer) WriteTo(w io.Writer) (n int64, err error) {
return int64(all), err
}

// LoadDatokFile reads a double array represented tokenizer
// LoadMatrixFile reads a matrix represented tokenizer
// from a file.
func LoadMatrixFile(file string) *MatrixTokenizer {
f, err := os.Open(file)
Expand All @@ -230,7 +230,7 @@ func LoadMatrixFile(file string) *MatrixTokenizer {
return ParseMatrix(gz)
}

// LoadMatrixFile reads a matrix represented tokenizer
// ParseMatrix reads a matrix represented tokenizer
// from an io.Reader
func ParseMatrix(ior io.Reader) *MatrixTokenizer {

Expand Down

0 comments on commit b84d469

Please sign in to comment.