Skip to content

Commit 8058c46

Browse files
committed
protocol doc
1 parent a9a5c33 commit 8058c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocol_doc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ all special characters, i.e. to use a single function for both purposes:
554554
| Tabulator | U+0009 | `\t` |
555555
| Carriage return | U+000D | `\r` |
556556
| Line feed | U+000A | `\n` |
557-
| Form feed | | `\f` |
557+
| Form feed | U+000C | `\f` |
558558
| Null character | U+0000 | `\000` |
559559
| All non-printable characters from the ASCII range | - | `\...` |
560560

0 commit comments

Comments
 (0)