Skip to content

Commit

Permalink
Fix typos. (#7137)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Feb 22, 2024
1 parent 785f71b commit 143a35d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/api/python/z3/z3.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 143a35d

Please sign in to comment.