Skip to content

Commit 9e70af2

Browse files
committed
Clarify a comment
1 parent af7d3ff commit 9e70af2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

demo/config.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ type SubjectConfig struct {
9999
type CertificateConfig struct {
100100
// At most one of SubtreeStart/SubtreeEnd and Checkpoint may be specified.
101101
// If SubtreeStart/SubtreeEnd is specified, that subtree is used. (Entries
102-
// are one-indexed.)
102+
// are zero-indexed, but there is always a null entry at zero, so they are
103+
// effectively one-indexed.)
103104
// If Checkpoint is used, the named checkpoint sequence is used.
104105
SubtreeStart, SubtreeEnd int
105106
Checkpoint string

0 commit comments

Comments
 (0)