Skip to content

Commit ec8c33c

Browse files
authored
Fix docstring corruption from exhaustive annotation script (#127)
The automated annotation script incorrectly modified "match" inside multi-line docstrings (prose text and code examples).
1 parent ef7179d commit ec8c33c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http/payload.pony

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class trn Payload
2323
length is known in advance, including most transfers of files. It is
2424
selected by calling `Payload.set_length` with an integer bytecount.
2525
Appication buffer sizes determine how much data is fed to the TCP
26-
connection at once, but the total amount must match \exhaustive\ this size.
26+
connection at once, but the total amount must match this size.
2727
2828
3. **ChunkedTransfer**. This is used when the payload length can not be
2929
known in advance, but can be large. It is selected by calling

0 commit comments

Comments
 (0)