Skip to content

Commit e0264f1

Browse files
author
Arthur Aulicino
committed
feat: small tweak in README.md
1 parent 031d809 commit e0264f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ calling:
7575
ICoroutineRunner runner = CoroutineSubstitute.Create();
7676
```
7777

78-
To preserve the Syntax provided by NSubstitute, this alternate version can be done instead
78+
To preserve the Syntax provided by NSubstitute, this alternate version can be used instead:
7979

8080
```
8181
ICoroutineRunner runner = Substitute.ForPartsOf<CoroutineRunnerSubstitute>();

0 commit comments

Comments
 (0)