aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2023-11-09 11:09:31 -0500
committerNick Mathewson <nickm@torproject.org>2023-11-09 11:09:31 -0500
commiteab09d4a520b6d7d44fa73d120a5be889fdc9e51 (patch)
tree67bbc5aeda31e083dd37438e15921e685ea9e5e0
parenteeea6fd0efb75828670e4508b814cb32624b7040 (diff)
downloadtorspec-eab09d4a520b6d7d44fa73d120a5be889fdc9e51.tar.gz
torspec-eab09d4a520b6d7d44fa73d120a5be889fdc9e51.zip
Fix a pair of transposed characters.
-rw-r--r--spec/tor-spec/cell-packet-format.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/tor-spec/cell-packet-format.md b/spec/tor-spec/cell-packet-format.md
index fce7127..f21e4cb 100644
--- a/spec/tor-spec/cell-packet-format.md
+++ b/spec/tor-spec/cell-packet-format.md
@@ -27,7 +27,7 @@ since no version has yet been negotiated.
|-----------|-------------------|-------|
| `CircID` | [`CIRCID_LEN(v)`] | |
| `Command` | 1 | |
-| `Payload` | [`PAYLOAD_LEN]` | Padded to fit |
+| `Payload` | [`PAYLOAD_LEN`] | Padded to fit |
The value of `CIRCID_LEN` depends on the negotiated link protocol.