diff options
author | Dan Theisen <djt@isc.org> | 2022-08-04 09:45:22 +0200 |
---|---|---|
committer | Marcin Godzina <mgodzina@isc.org> | 2022-08-04 09:45:22 +0200 |
commit | d273799dfd9404cb9680e9dac6ce85b0ce40bec8 (patch) | |
tree | ddea300b2708d945fc4f59164325c5ddacf3add6 /doc | |
parent | Added note to split expression (diff) | |
download | kea-d273799dfd9404cb9680e9dac6ce85b0ce40bec8.tar.xz kea-d273799dfd9404cb9680e9dac6ce85b0ce40bec8.zip |
Apply 1 suggestion(s) to 1 file(s)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sphinx/arm/classify.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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)`` |