mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 02:45:51 +00:00
Fix typos.
This commit is contained in:
parent
44b2c3ce6b
commit
4bc1b0b8c8
5 changed files with 5 additions and 5 deletions
|
@ -475,7 +475,7 @@ namespace Microsoft.Z3
|
|||
/// Update a datatype field at expression t with value v.
|
||||
/// The function performs a record update at t. The field
|
||||
/// that is passed in as argument is updated with value v,
|
||||
/// the remainig fields of t are unchanged.
|
||||
/// the remaining fields of t are unchanged.
|
||||
/// </summary>
|
||||
public Expr MkUpdateField(FuncDecl field, Expr t, Expr v)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue