Skip to content

Commit cba4ed8

Browse files
authored
address: fix typo in book.go
1 parent f297654 commit cba4ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

address/book.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020

2121
var (
2222
// ErrAssetGroupUnknown is returned when the asset genesis is not known.
23-
// This means an address can't be created until a Universe boostrap or
23+
// This means an address can't be created until a Universe bootstrap or
2424
// manual issuance proof insertion.
2525
ErrAssetGroupUnknown = fmt.Errorf("asset group is unknown")
2626
)

0 commit comments

Comments
 (0)