Commit 975ff6b 1 parent f7be085 commit 975ff6b Copy full SHA for 975ff6b
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ import (
31
31
// represented in all three modes, whereas alphanumeric data (e.g. 'A') can be
32
32
// represented in alphanumeric and byte mode.
33
33
//
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.
38
38
//
39
39
// There are several other data modes available (e.g. Kanji mode) which are not
40
40
// implemented here.
You can’t perform that action at this time.
0 commit comments