Skip to content

Commit

Permalink
[PTRun]Fixed typo in Value Generator messages (#36951)
Browse files Browse the repository at this point in the history
  • Loading branch information
OldUser101 authored Jan 19, 2025
1 parent b6e2fc1 commit ddcad65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public IComputeRequest ParseInput(Query query)
// This is only for single chars
if (content.Length > 1)
{
throw new ArgumentException($"Invalid Query: {query.RawUserQuery} (To many characters.)");
throw new ArgumentException($"Invalid Query: {query.RawUserQuery} (Too many characters.)");
}
else if (content.Length == 0)
{
Expand Down

0 comments on commit ddcad65

Please sign in to comment.