mirror of
https://github.com/Z3Prover/z3
synced 2025-04-05 09:04:07 +00:00
Fix typos. (#7137)
This commit is contained in:
parent
785f71b1a6
commit
143a35d370
|
@ -12,7 +12,7 @@ Version 4.next
|
|||
|
||||
Version 4.12.6
|
||||
==============
|
||||
- remove expensive rewrite that coallesces adjacent stores
|
||||
- remove expensive rewrite that coalesces adjacent stores
|
||||
- improved Java use of reference queues thanks to Thomas Haas #7131
|
||||
- fixes to conditional import of python library thanks to Cal Jacobson #7116
|
||||
- include universe for constants that get removed during pre-processing #7121
|
||||
|
|
|
@ -11658,7 +11658,7 @@ class UserPropagateBase:
|
|||
|
||||
#
|
||||
# Either solver is set or ctx is set.
|
||||
# Propagators that are created throuh callbacks
|
||||
# Propagators that are created through callbacks
|
||||
# to "fresh" inherit the context of that is supplied
|
||||
# as argument to the callback.
|
||||
# This context should not be deleted. It is owned by the solver.
|
||||
|
|
Loading…
Reference in a new issue