Skip to content

Commit

Permalink
Merge pull request #2393 from tongjicoder/master
Browse files Browse the repository at this point in the history
chore: make function comment match function name
  • Loading branch information
joshuacolvin0 authored Jul 16, 2024
2 parents 80a446c + f6c218f commit c9304db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator/server_arb/execution_run.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type executionRun struct {
close sync.Once
}

// NewExecutionChallengeBackend creates a backend with the given arguments.
// NewExecutionRun creates a backend with the given arguments.
// Note: machineCache may be nil, but if present, it must not have a restricted range.
func NewExecutionRun(
ctxIn context.Context,
Expand Down

0 comments on commit c9304db

Please sign in to comment.