diff options
author | Profpatsch <mail@profpatsch.de> | 2021-11-13T00·05+0100 |
---|---|---|
committer | Profpatsch <mail@profpatsch.de> | 2021-11-13T00·57+0000 |
commit | 539884f7ade97d681d232f310c807c6db581f1d9 (patch) | |
tree | aaa221e253f3a14f3ecd3878265baeb3596a9caf | |
parent | 8c6bf623b6516257019a4f20ac902f93c7c91402 (diff) |
docs(users/Profpatsch/netencode): fix typo r/3051
Change-Id: I7edb9027c0a9eb014931033760be5f3d6e734b8a Reviewed-on: https://cl.tvl.fyi/c/depot/+/3845 Tested-by: BuildkiteCI Reviewed-by: Profpatsch <mail@profpatsch.de>
-rw-r--r-- | users/Profpatsch/netencode/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/Profpatsch/netencode/README.md b/users/Profpatsch/netencode/README.md index 3058e36eaf5c..67cb843a58c7 100644 --- a/users/Profpatsch/netencode/README.md +++ b/users/Profpatsch/netencode/README.md @@ -1,6 +1,6 @@ # netencode 0.1-unreleased -[bencode][] and [netstring][]-inspired pipe format that should be trivial go generate correctly in every context (only requires a `byte_length()` and a `printf()`), easy to parse (100 lines of code or less), mostly human-decipherable for easy debugging, and support nested record and sum types. +[bencode][] and [netstring][]-inspired pipe format that should be trivial to generate correctly in every context (only requires a `byte_length()` and a `printf()`), easy to parse (100 lines of code or less), mostly human-decipherable for easy debugging, and support nested record and sum types. ## scalars |