Skip to content

Commit 265d148

Browse files
committed
pkg/types/llo: fix comments
1 parent c91ee8c commit 265d148

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/types/llo/types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,8 @@ type ChannelDefinition struct {
273273
// The source is the id of the role that added the channel definition (i.e. the channel adder)
274274
// 1 is always the ChannelConfigStore owner, greater values are adders.
275275
Source uint32 `json:"-"`
276-
// Tombstone is a boolean flag that indicates if the channel definition is owner a tombstone.
277-
// If true, the adder channel definition will be removed.
276+
// Tombstone indicates if the channel definition is an owner tombstone that
277+
// should be removed from the current channel definitions cache.
278278
Tombstone bool `json:"tombstone"`
279279
}
280280

0 commit comments

Comments
 (0)