From 8c3fc574d1a20ea537009394b743d92f80595c39 Mon Sep 17 00:00:00 2001 From: "Christoph M. Wintersteiger" Date: Fri, 24 Apr 2015 15:37:45 +0100 Subject: [PATCH] comments fix --- src/api/dotnet/Context.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);