Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
grammar errors have been revised
  • Loading branch information
harveer07 authored and stakx committed Jul 28, 2022
1 parent 4717ff6 commit f2a6eea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ Moq also is the first and only library so far to provide Linq to Mocks, so that
// Simply assert the returned state:
Assert.True(download);

// If you really want to go beyond state testing and want to
// If you want to go beyond state testing and want to
// verify the mock interaction instead...
Mock.Get(lovable).Verify(library => library.DownloadExists("2.0.0.0"));
```

You can think of Linq to Mocks as "from the universe of mocks, give me one whose behavior matches this expression".

Checkout the [Quickstart](https://github.com/Moq/moq4/wiki/Quickstart) for more examples!
Check out the [Quickstart](https://github.com/Moq/moq4/wiki/Quickstart) for more examples!

## What?

Expand Down

0 comments on commit f2a6eea

Please sign in to comment.