Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
MadsDue committed Dec 2, 2024
1 parent af49af3 commit 23d73be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ private static List<string> AllMessageGenerationsMetricsNames()
{
foreach (var documentType in documentTypes)
{
// Most documents are logged as an outgoing message and as a response to an incoming message
// Most documents are logged as an outgoing message and as a response to a corresponding incoming message
names.Add(MetricNameMapper.MessageGenerationMetricName(
documentType,
documentFormat,
Expand Down

0 comments on commit 23d73be

Please sign in to comment.