]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Apply 1 suggestion(s) to 1 file(s)
authorDan Theisen <djt@isc.org>
Thu, 4 Aug 2022 07:45:22 +0000 (07:45 +0000)
committerMarcin Godzina <mgodzina@isc.org>
Thu, 4 Aug 2022 07:45:22 +0000 (07:45 +0000)
doc/sphinx/arm/classify.rst

index b5337821cbc9f0c8df20a16bc3b49017962abe5f..a2fa3ebeb14213ed6cefa5252c91f1b510faeb16 100644 (file)
@@ -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)``