Skip to content

Commit 975ff6b

Browse files
committed
Fix repetitive comment.
1 parent f7be085 commit 975ff6b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

encoder.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ import (
3131
// represented in all three modes, whereas alphanumeric data (e.g. 'A') can be
3232
// represented in alphanumeric and byte mode.
3333
//
34-
// The cost to start a new segment (to use a different Data Mode) has a cost,
35-
// the bits to state the new segment Data Mode and length. To minimise each QR
36-
// Code's symbol size, an optimisation routine coalesces segment types
37-
// where possible, to reduce the encoded data length.
34+
// Starting a new segment (to use a different Data Mode) has a cost, the bits to
35+
// state the new segment Data Mode and length. To minimise each QR Code's symbol
36+
// size, an optimisation routine coalesces segment types where possible, to
37+
// reduce the encoded data length.
3838
//
3939
// There are several other data modes available (e.g. Kanji mode) which are not
4040
// implemented here.

0 commit comments

Comments
 (0)