3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 18:31:49 +00:00

fixed documentation of Z3_param_descrs_get_name

This commit is contained in:
Andrei Sebastian BURUIANA 2018-11-06 13:50:52 +02:00
parent 4c4ca7d3b8
commit 83aa2ab39d

View file

@ -1715,7 +1715,7 @@ extern "C" {
unsigned Z3_API Z3_param_descrs_size(Z3_context c, Z3_param_descrs p);
/**
\brief Return the name of the parameter at index \c i.
\brief Return the name of the parameter at given index \c i.
\pre i < Z3_param_descrs_size(c, p)