Skip to content

Commit 06f9b59

Browse files
RomanKrasavtsevandersfylling
authored andcommitted
Fix typo
1 parent 19c3cf7 commit 06f9b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fflib/v1/reader.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func (r *ffReader) Reset(d []byte) {
5555
r.l = len(d)
5656
}
5757

58-
// Calcuates the Position with line and line offset,
58+
// Calculates the Position with line and line offset,
5959
// because this isn't counted for performance reasons,
6060
// it will iterate the buffer from the beginning, and should
6161
// only be used in error-paths.

0 commit comments

Comments
 (0)