Skip to content

Commit 0bd6ae1

Browse files
authored
Merge pull request #1207 from makazeu/patch-1
Fix a typo in comment
2 parents b1186a6 + 521fafd commit 0bd6ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/common/common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ func ReadLines(filename string) ([]string, error) {
112112
return ReadLinesOffsetN(filename, 0, -1)
113113
}
114114

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

0 commit comments

Comments
 (0)