Commit 306dac9
authored
fix(specs): fix relay formatting errors (#970)
First error (introduced in #961) fixed is where the "The relay
immediately terminates the connection after sending this." is not
included in the enumeration above. That statement only applies in the
case of RelayFull.
Second error is that the response codes right after the "Protocol
defined responses" comment are actually considered a part of the comment
because the indentation level is 1 higher, and therefore won't be
displayed.
According to
https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#comments:
> Arbitrary indented text may be used on the lines following the
explicit markup start:
> ```
> .. This is a comment
> ..
> _so: is this!
> ```
---------
Signed-off-by: Marcus B Spencer <[email protected]>1 parent c31511c commit 306dac9
1 file changed
+9
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
136 | | - | |
| 135 | + | |
137 | 136 | | |
138 | 137 | | |
139 | 138 | | |
| |||
288 | 287 | | |
289 | 288 | | |
290 | 289 | | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
296 | 298 | | |
297 | 299 | | |
298 | 300 | | |
| |||
0 commit comments