Skip to content

Commit a422717

Browse files
committed
docs: fix grammar in code comments
Signed-off-by: reddaisyy <reddaisy@outlook.jp>
1 parent 5c88745 commit a422717

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎pkg/cmd/run_node.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828
"github.com/evstack/ev-node/pkg/telemetry"
2929
)
3030

31-
// ParseConfig is an helpers that loads the node configuration and validates it.
31+
// ParseConfig is a helper that loads the node configuration and validates it.
3232
func ParseConfig(cmd *cobra.Command) (rollconf.Config, error) {
3333
nodeConfig, err := rollconf.Load(cmd)
3434
if err != nil {

‎pkg/store/keys.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const (
1111
// It avoids to walk over the HeightToDAHeightKey to find the first DA included height.
1212
GenesisDAHeightKey = "gdh"
1313

14-
// HeightToDAHeightKey is the key prefix used for persisting the mapping from a Evolve height
14+
// HeightToDAHeightKey is the key prefix used for persisting the mapping from an Evolve height
1515
// to the DA height where the block's header/data was included.
1616
// Full keys are like: rhb/<evolve_height>/h and rhb/<evolve_height>/d
1717
HeightToDAHeightKey = "rhb"

0 commit comments

Comments
 (0)