diff --git a/src/api/dotnet/Expr.cs b/src/api/dotnet/Expr.cs
index f4a63a61b..53bf4d4f0 100644
--- a/src/api/dotnet/Expr.cs
+++ b/src/api/dotnet/Expr.cs
@@ -1311,7 +1311,7 @@ namespace Microsoft.Z3
#region Relational Terms
///
- /// Indicates whether the term is of an array sort.
+ /// Indicates whether the term is of relation sort.
///
public bool IsRelation
{
diff --git a/src/api/dotnet/Params.cs b/src/api/dotnet/Params.cs
index c33728491..9a814b2ec 100644
--- a/src/api/dotnet/Params.cs
+++ b/src/api/dotnet/Params.cs
@@ -23,7 +23,7 @@ using System.Diagnostics.Contracts;
namespace Microsoft.Z3
{
///
- /// A ParameterSet represents a configuration in the form of Symbol/value pairs.
+ /// A Params objects represents a configuration in the form of Symbol/value pairs.
///
[ContractVerification(true)]
public class Params : Z3Object