Skip to content

Commit

Permalink
Merge pull request #4018 from petryshkaCODE/Typo-fix
Browse files Browse the repository at this point in the history
typo fix ActionEvaluator.cs
  • Loading branch information
riemannulus authored Jan 7, 2025
2 parents 5fd31e2 + 823192a commit 99d7426
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 99d7426

Please sign in to comment.