diff --git a/src/Moq/Mock`1.cs b/src/Moq/Mock`1.cs
index e4dbf9d70..99e06d335 100644
--- a/src/Moq/Mock`1.cs
+++ b/src/Moq/Mock`1.cs
@@ -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.
///
/// The behavior of the mock with regards to the setups and the actual calls is determined by the optional
- /// that can be passed to the constructor.
+ /// that can be passed to the constructor.
///
///
///