Commit 945a13c1 authored by Nick Mathewson's avatar Nick Mathewson 🦞
Browse files

Fix a typo in the docs; close bug 13414. Reported by dcf.

parent 599017a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -161,7 +161,7 @@ All integers are given as 8, 16, 32, or 64-bit values:
    u8 value_a;
    u16 value_b;
    u32 value_c;
    u32 value_d;
    u64 value_d;

These values are encoded and parsed in network (big-endian) order.  The
corresponding values in C are generated as `uint8_t`, `uint16_t`, `uint32_t`,