[ci skip] docs: do england more gooder

Rider threw some warnings about grammar here. This change fixes the grammar. Rider has been tossed to the gulag
This commit is contained in:
Oliver Booth 2023-03-31 15:18:05 +01:00
parent b406b4dbb0
commit dd1a423752
No known key found for this signature in database
GPG Key ID: 20BEB9DC87961025
1 changed files with 2 additions and 2 deletions

View File

@ -33,11 +33,11 @@ When in doubt, follow .NET guidelines.
### Tests ### Tests
When introducing a new extension method, you must ensure that you have also defined a unit test that asserts its correct behavior. When introducing a new extension method, you must ensure that you have also defined a unit test that asserts its correct behavior.
The code style guidelines and code-analysis rules apply to the `X10D.Tests` equally as much as `X10D`, although documentation may The code style guidelines and code-analysis rules apply to the `X10D.Tests` as much as `X10D`, although documentation may
be briefer. Refer to existing tests as a guideline. be briefer. Refer to existing tests as a guideline.
### Disclaimer ### Disclaimer
In the event of a code style violation, a pull request may left open (or closed entirely) without merging. Keep in mind this does In the event of a code style violation, a pull request may be left open (or closed entirely) without merging. Keep in mind this does
not mean the theory or implementation of the method is inherently bad or rejected entirely (although if this is the case, it will not mean the theory or implementation of the method is inherently bad or rejected entirely (although if this is the case, it will
be outlined) be outlined)