From: Andy Heninger Date: Wed, 26 Jun 2013 18:34:15 +0000 (+0000) Subject: ICU-10088 Fix incorrect API doc for uregex_setStackLimit(). X-Git-Tag: milestone-59-0-1~2813 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=72cddee5288a1aea18d913b5929229cf4450ceaf;p=icu ICU-10088 Fix incorrect API doc for uregex_setStackLimit(). X-SVN-Rev: 33854 --- diff --git a/icu4c/source/i18n/unicode/uregex.h b/icu4c/source/i18n/unicode/uregex.h index e0007fe85c2..a85ba1295f0 100644 --- a/icu4c/source/i18n/unicode/uregex.h +++ b/icu4c/source/i18n/unicode/uregex.h @@ -1431,8 +1431,8 @@ uregex_getTimeLimit(const URegularExpression *regexp, *

* @param regexp The compiled regular expression. * @param limit The maximum size, in bytes, of the matching backtrack stack. - * A value of -1 means no limit. - * The limit must be greater than zero, or -1. + * A value of zero means no limit. + * The limit must be greater than or equal to zero. * @param status A reference to a UErrorCode to receive any errors. * * @stable ICU 4.0