Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
Corrects description of octal escape in unlang double quoted strings
  • Loading branch information
jejones3141 committed Dec 21, 2023
1 parent d0478b2 commit 6c3b279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/antora/modules/reference/pages/type/string/double.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ represent in datastores, or the FreeRADIUS configuration files.
| `\t` | Horizontal tab (0x09)
| `\"` | Double quote (0x22)
| `\x<hex><hex>` | A byte whose numerical value is given by `<hex><hex>` interpreted as a hexadecimal number.
| `\x<oct><oct><oct>` | A byte whose numerical value is given by `<oct><oct><oct>` interpreted as an octal number.
| `\<oct><oct><oct>` | A byte whose numerical value is given by `<oct><oct><oct>` interpreted as an octal number.
|=====

== Methods of Creating Strings
Expand Down

0 comments on commit 6c3b279

Please sign in to comment.