Skip to content

Commit

Permalink
Fix wording in theory.md
Browse files Browse the repository at this point in the history
The first sentence under the section "Theories in Generic Fixtures" didn't make sense at first, until I substituted the word "or" with the phonetically similar word "are".
  • Loading branch information
jchesshirAspire authored Aug 9, 2024
1 parent 07d2a00 commit 0260365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/articles/nunit/writing-tests/attributes/theory.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public class SqrtTests

## Theories in Generic Fixtures

In a generic fixture with Type parameter `T` individual methods using `T` as a parameter type or not generic, since `T`
In a generic fixture with Type parameter `T` individual methods using `T` as a parameter type are not generic, since `T`
has been resolved to an actual Type in instantiating the fixture instance. You may use such methods as theories and any
data of the appropriate type will be used.

Expand Down

0 comments on commit 0260365

Please sign in to comment.