diff --git a/docs/mdsource/pure.include.md b/docs/mdsource/pure.include.md index 925e57972..48cd72e69 100644 --- a/docs/mdsource/pure.include.md +++ b/docs/mdsource/pure.include.md @@ -1,5 +1,5 @@ Verify uses the [PureAttribute](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.contracts.pureattribute) to mark methods where the result of the method is expected to be used. For example awaiting the call to `Verify()`. -Rider and ReSharper can be configured to treat the return value of these methods as an error. +Rider and ReSharper can be configured to treat an un-used return value as an error. Add the following to the `.editorconfig` file: ```