We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 457330d commit d8899baCopy full SHA for d8899ba
src/BenchmarkDotNet/Validators/RuntimeValidator.cs
@@ -35,7 +35,7 @@ public IEnumerable<ValidationError> Validate(ValidationParameters input)
35
? job.Id
36
: CharacteristicSetPresenter.Display.ToPresentation(job); // Use job text representation instead for auto generated JobId.
37
38
- var message = $"Job({jobText}) don't have a Runtime characteristic. It's recommended to specify runtime by using WithRuntime explicitly.";
+ var message = $"Job({jobText}) doesn't have a Runtime characteristic. It's recommended to specify runtime by using WithRuntime explicitly.";
39
errors.Add(new ValidationError(false, message));
40
}
41
return errors;
0 commit comments