Skip to content

Commit

Permalink
Fix typo in the documentation of Mock`1.cs #1
Browse files Browse the repository at this point in the history
  • Loading branch information
valentin-p authored and stakx committed Oct 31, 2022
1 parent 94eb40a commit 5ce8494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Moq/Mock`1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ namespace Moq
/// Any interface type can be used for mocking, but for classes, only abstract and virtual members can be mocked.
/// <para>
/// The behavior of the mock with regards to the setups and the actual calls is determined by the optional
/// <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.
/// </para>
/// </remarks>
/// <example group="overview">
Expand Down

0 comments on commit 5ce8494

Please sign in to comment.