mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 04:03:39 +00:00
Fixed comment
This commit is contained in:
parent
3587baaf24
commit
0d83f99d8d
|
@ -30,7 +30,7 @@ namespace Microsoft.Z3
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Constructor.
|
/// Constructor.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks><seealso cref="Context.Context(Dictionary<string, string>)"/></remarks>
|
/// <remarks><seealso cref="Context"/></remarks>
|
||||||
public InterpolationContext(Dictionary<string, string> settings) : base(settings) { }
|
public InterpolationContext(Dictionary<string, string> settings) : base(settings) { }
|
||||||
|
|
||||||
#region Terms
|
#region Terms
|
||||||
|
|
Loading…
Reference in a new issue