Skip to content

Commit b46aa42

Browse files
pm47rustyrussell
authored andcommitted
do not print DEL character
1 parent 4e5ec11 commit b46aa42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01-messaging.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ The receiving node:
170170
- if no existing channel is referred to by the message:
171171
- MUST ignore the message.
172172
- MUST truncate `len` to the remainder of the packet (if it's larger).
173-
- if `data` is not composed solely of printable ASCII characters (For reference: the printable character set includes byte values 32 through 127, inclusive):
173+
- if `data` is not composed solely of printable ASCII characters (For reference: the printable character set includes byte values 32 through 126, inclusive):
174174
- SHOULD NOT print out `data` verbatim.
175175

176176
#### Rationale

0 commit comments

Comments
 (0)