diff --git a/src/api/dotnet/Context.cs b/src/api/dotnet/Context.cs
index 917b0a954..b4fb954b8 100644
--- a/src/api/dotnet/Context.cs
+++ b/src/api/dotnet/Context.cs
@@ -2516,7 +2516,7 @@ namespace Microsoft.Z3
/// Create a bit-vector numeral.
///
/// value of the numeral.
- /// /// the size of the bit-vector
+ /// the size of the bit-vector
public BitVecNum MkBV(long v, uint size)
{
Contract.Ensures(Contract.Result() != null);