Skip to content

Commit 76cb4f5

Browse files
committed
asset: fix doc comments
1 parent d70bccd commit 76cb4f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

asset/asset.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ const (
9393
type EncodeType uint8
9494

9595
const (
96-
// Encode normal is the normal encoding type for an asset.
96+
// EncodeNormal normal is the normal encoding type for an asset.
9797
EncodeNormal EncodeType = iota
9898

99-
// EncodeSegwit denotes that the witness vector field is not be be
99+
// EncodeSegwit denotes that the witness vector field is not to be
100100
// encoded.
101101
EncodeSegwit
102102
)

0 commit comments

Comments
 (0)