Skip to content

Commit d8899ba

Browse files
filzrevtimcassell
andauthored
Update src/BenchmarkDotNet/Validators/RuntimeValidator.cs
Co-authored-by: Tim Cassell <[email protected]>
1 parent 457330d commit d8899ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BenchmarkDotNet/Validators/RuntimeValidator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public IEnumerable<ValidationError> Validate(ValidationParameters input)
3535
? job.Id
3636
: CharacteristicSetPresenter.Display.ToPresentation(job); // Use job text representation instead for auto generated JobId.
3737

38-
var message = $"Job({jobText}) don't have a Runtime characteristic. It's recommended to specify runtime by using WithRuntime explicitly.";
38+
var message = $"Job({jobText}) doesn't have a Runtime characteristic. It's recommended to specify runtime by using WithRuntime explicitly.";
3939
errors.Add(new ValidationError(false, message));
4040
}
4141
return errors;

0 commit comments

Comments
 (0)