Skip to content

Commit 3f98940

Browse files
authored
fixed grammar error
1 parent a6f8067 commit 3f98940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/vs-2015/test/isolating-code-under-test-with-microsoft-fakes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Microsoft Fakes help you isolate the code you are testing by replacing other par
140140

141141
```
142142

143-
The special piece of magic here is the class `StubIStockFeed`. For every interface in the referenced assembly, the Microsoft Fakes mechanism generates a stub class. The name of the stub class is the derived from the name of the interface, with "`Fakes.Stub`" as a prefix, and the parameter type names appended.
143+
The special piece of magic here is the class `StubIStockFeed`. For every interface in the referenced assembly, the Microsoft Fakes mechanism generates a stub class. The name of the stub class is derived from the name of the interface, with "`Fakes.Stub`" as a prefix, and the parameter type names appended.
144144

145145
Stubs are also generated for the getters and setters of properties, for events, and for generic methods. For more information, see [Using stubs to isolate parts of your application from each other for unit testing](../test/using-stubs-to-isolate-parts-of-your-application-from-each-other-for-unit-testing.md).
146146

0 commit comments

Comments
 (0)