From: Dan Theisen Date: Thu, 4 Aug 2022 07:45:22 +0000 (+0000) Subject: Apply 1 suggestion(s) to 1 file(s) X-Git-Tag: Kea-2.3.0~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d273799dfd9404cb9680e9dac6ce85b0ce40bec8;p=thirdparty%2Fkea.git Apply 1 suggestion(s) to 1 file(s) --- diff --git a/doc/sphinx/arm/classify.rst b/doc/sphinx/arm/classify.rst index b5337821cb..a2fa3ebeb1 100644 --- a/doc/sphinx/arm/classify.rst +++ b/doc/sphinx/arm/classify.rst @@ -633,7 +633,7 @@ fields, the result will be an empty string. Some examples follow: .. note:: - To use hard to escape character as a delimiter, you can use its ASCI value. + To use a hard to escape character as a delimiter, you can use its ASCII hex value. For example you can split by ``single quote`` using ``0x27``: ``split(option[39].text, 0x27, 1)``