File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ package ledger
16
16
17
17
import "github.com/blinklabs-io/gouroboros/ledger/allegra"
18
18
19
- // The below are compatability types, constants, and functions for the Allegra era
19
+ // The below are compatibility types, constants, and functions for the Allegra era
20
20
// to keep existing code working after a refactor of the ledger package
21
21
22
22
// Allegra types
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ package ledger
16
16
17
17
import "github.com/blinklabs-io/gouroboros/ledger/alonzo"
18
18
19
- // The below are compatability types, constants, and functions for the Alonzo era
19
+ // The below are compatibility types, constants, and functions for the Alonzo era
20
20
// to keep existing code working after a refactor of the ledger package
21
21
22
22
// Alonzo types
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ package ledger
16
16
17
17
import "github.com/blinklabs-io/gouroboros/ledger/babbage"
18
18
19
- // The below are compatability types, constants, and functions for the Babbage era
19
+ // The below are compatibility types, constants, and functions for the Babbage era
20
20
// to keep existing code working after a refactor of the ledger package
21
21
22
22
// Babbage types
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ package ledger
16
16
17
17
import "github.com/blinklabs-io/gouroboros/ledger/byron"
18
18
19
- // The below are compatability types, constants, and functions for the Byron era
19
+ // The below are compatibility types, constants, and functions for the Byron era
20
20
// to keep existing code working after a refactor of the ledger package
21
21
22
22
// Byron types
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import (
18
18
"github.com/blinklabs-io/gouroboros/ledger/common"
19
19
)
20
20
21
- // The below are compatability types and functions to keep existing code working
21
+ // The below are compatibility types and functions to keep existing code working
22
22
// after a refactor of the ledger package
23
23
24
24
// Hash types
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ package ledger
16
16
17
17
import "github.com/blinklabs-io/gouroboros/ledger/conway"
18
18
19
- // The below are compatability types, constants, and functions for the Conway era
19
+ // The below are compatibility types, constants, and functions for the Conway era
20
20
// to keep existing code working after a refactor of the ledger package
21
21
22
22
// Conway types
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ package ledger
16
16
17
17
import "github.com/blinklabs-io/gouroboros/ledger/mary"
18
18
19
- // The below are compatability types, constants, and functions for the Mary era
19
+ // The below are compatibility types, constants, and functions for the Mary era
20
20
// to keep existing code working after a refactor of the ledger package
21
21
22
22
// Mary types
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ package ledger
16
16
17
17
import "github.com/blinklabs-io/gouroboros/ledger/shelley"
18
18
19
- // The below are compatability types, constants, and functions for the Shelley era
19
+ // The below are compatibility types, constants, and functions for the Shelley era
20
20
// to keep existing code working after a refactor of the ledger package
21
21
22
22
// Shelley types
You can’t perform that action at this time.
0 commit comments