3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00

Fix typos. (#7137)

This commit is contained in:
Bruce Mitchener 2024-02-23 00:35:15 +07:00 committed by GitHub
parent 785f71b1a6
commit 143a35d370
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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.