Skip to content

Commit

Permalink
typo fix ActionEvaluator.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
petryshkaCODE authored Dec 31, 2024
1 parent 5fd31e2 commit 823192a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Libplanet.Action/ActionEvaluator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ internal IEnumerable<ActionEvaluation> EvaluateBlock(
actions.Add(evaluation.Action);
}

// FIXME: This is dependant on when the returned value is enumerated.
// FIXME: This is dependent on when the returned value is enumerated.
ILogger logger = _logger
.ForContext("Tag", "Metric")
.ForContext("Subtag", "TxEvaluationDuration");
Expand Down

0 comments on commit 823192a

Please sign in to comment.