diff --git a/doc/antora/modules/reference/pages/type/string/double.adoc b/doc/antora/modules/reference/pages/type/string/double.adoc index 2637b79223b80..17dd2b38850fa 100644 --- a/doc/antora/modules/reference/pages/type/string/double.adoc +++ b/doc/antora/modules/reference/pages/type/string/double.adoc @@ -46,7 +46,7 @@ represent in datastores, or the FreeRADIUS configuration files. | `\t` | Horizontal tab (0x09) | `\"` | Double quote (0x22) | `\x` | A byte whose numerical value is given by `` interpreted as a hexadecimal number. -| `\x` | A byte whose numerical value is given by `` interpreted as an octal number. +| `\` | A byte whose numerical value is given by `` interpreted as an octal number. |===== == Methods of Creating Strings