3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-27 10:55:50 +00:00

Fix typos.

This commit is contained in:
Bruce Mitchener 2018-12-03 11:38:36 +07:00
parent 44b2c3ce6b
commit 4bc1b0b8c8
5 changed files with 5 additions and 5 deletions

View file

@ -25,7 +25,7 @@ using System.Linq;
namespace Microsoft.Z3
{
/// <summary>
/// Object for managing optimizization context
/// Object for managing optimization context
/// </summary>
public class Optimize : Z3Object
{