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:
parent
127b585eaa
commit
e1388a838c
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue