diff --git a/src/Moq/Mock.xdoc b/src/Moq/Mock.xdoc index f69bbb852..1ff5db31f 100644 --- a/src/Moq/Mock.xdoc +++ b/src/Moq/Mock.xdoc @@ -29,7 +29,7 @@ ... // other test code ... - // Will throw if the test code has didn't call HasInventory. + // Will throw if the test code did not call HasInventory. this.Verify(); @@ -45,8 +45,8 @@ ... // other test code ... - // Will throw if the test code has didn't call HasInventory, even - // that expectation was not marked as verifiable. + // Will throw if the test code did not call HasInventory, even + // though that expectation was not marked as verifiable. this.VerifyAll(); @@ -66,4 +66,4 @@ - \ No newline at end of file +