mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 19:27:06 +00:00
[Doxygen] Fix typo found with Doxygen warning
``` warning: Found unknown command `\s' ```
This commit is contained in:
parent
eb1c985a94
commit
7242a77a3f
|
@ -3306,7 +3306,7 @@ extern "C" {
|
|||
Z3_ast Z3_API Z3_mk_seq_replace(Z3_context c, Z3_ast s, Z3_ast src, Z3_ast dst);
|
||||
|
||||
/**
|
||||
\brief Retrieve from \s the unit sequence positioned at position \c index.
|
||||
\brief Retrieve from \c s the unit sequence positioned at position \c index.
|
||||
|
||||
def_API('Z3_mk_seq_at' ,AST ,(_in(CONTEXT), _in(AST), _in(AST)))
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue