We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94eb40a commit 5ce8494Copy full SHA for 5ce8494
1 file changed
src/Moq/Mock`1.cs
@@ -22,7 +22,7 @@ namespace Moq
22
/// Any interface type can be used for mocking, but for classes, only abstract and virtual members can be mocked.
23
/// <para>
24
/// The behavior of the mock with regards to the setups and the actual calls is determined by the optional
25
- /// <see cref = "MockBehavior" /> that can be passed to the<see cref="Mock{T}(MockBehavior)"/> constructor.
+ /// <see cref = "MockBehavior" /> that can be passed to the <see cref="Mock{T}(MockBehavior)"/> constructor.
26
/// </para>
27
/// </remarks>
28
/// <example group="overview">
0 commit comments