small fix

This commit is contained in:
Axel Kohlmeyer
2024-06-25 19:07:59 -04:00
parent 116ac85a34
commit b69e7e03fd

View File

@ -331,7 +331,7 @@ namespace utils {
void bounds(const char *file, int line, const std::string &str, bigint nmin, bigint nmax,
TYPE &nlo, TYPE &nhi, Error *error);
/*! Same as bounds(), but supports type labels in addition
/*! Same as utils::bounds(), but string may be a typelabel
*
\verbatim embed:rst