Skip to content

Commit

Permalink
Merge pull request #1207 from makazeu/patch-1
Browse files Browse the repository at this point in the history
Fix a typo in comment
  • Loading branch information
Lomanic committed Dec 25, 2021
2 parents b1186a6 + 521fafd commit 0bd6ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/common/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func ReadLines(filename string) ([]string, error) {
return ReadLinesOffsetN(filename, 0, -1)
}

// ReadLines reads contents from file and splits them by new line.
// ReadLinesOffsetN reads contents from file and splits them by new line.
// The offset tells at which line number to start.
// The count determines the number of lines to read (starting from offset):
// n >= 0: at most n lines
Expand Down

0 comments on commit 0bd6ae1

Please sign in to comment.