Skip to content

Commit

Permalink
deploy: 7982252
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 6, 2024
1 parent 7988af2 commit 91d43ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/overview/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ <h4 id=escape-characters>Escape Characters <a class=text-decoration-none href=#e
<li><code>\\</code> - backslash</li>
<li><code>\"</code> - double quote (if needed)</li>
<li><code>\'</code> - single quote (if needed)</li>
<li><code>\NN</code>- octal 4 bit character (2 digits)</li>
<li><code>\NN</code>- octal 6 bit character (2 digits)</li>
<li><code>\xNN</code> - hexadecimal 8 bit character (2 digits)</li>
<li><code>\uNNNN</code> - hexadecimal 16-bit Unicode character UTF-8 encoded (4 digits)</li>
<li><code>\UNNNNNNNN</code> - hexadecimal 32-bit Unicode character UTF-8 encoded (8 digits)</li>
Expand Down

0 comments on commit 91d43ff

Please sign in to comment.