3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 09:34:08 +00:00

Fix precondition in Z3_get_symbol_string doc comment.

This commit is contained in:
Bruce Mitchener 2018-11-19 18:58:09 +07:00
parent 127b585eaa
commit e1388a838c

View file

@ -3889,7 +3889,7 @@ extern "C" {
/**
\brief Return the symbol name.
\pre Z3_get_symbol_string(s) == Z3_STRING_SYMBOL
\pre Z3_get_symbol_kind(s) == Z3_STRING_SYMBOL
\warning The returned buffer is statically allocated by Z3. It will
be automatically deallocated when #Z3_del_context is invoked.