Skip to content

Commit 5ce8494

Browse files
valentin-pstakx
authored andcommitted
Fix typo in the documentation of Mock`1.cs #1
1 parent 94eb40a commit 5ce8494

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Moq/Mock`1.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ namespace Moq
2222
/// Any interface type can be used for mocking, but for classes, only abstract and virtual members can be mocked.
2323
/// <para>
2424
/// 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.
25+
/// <see cref = "MockBehavior" /> that can be passed to the <see cref="Mock{T}(MockBehavior)"/> constructor.
2626
/// </para>
2727
/// </remarks>
2828
/// <example group="overview">

0 commit comments

Comments
 (0)