From 539884f7ade97d681d232f310c807c6db581f1d9 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sat, 13 Nov 2021 01:05:12 +0100 Subject: docs(users/Profpatsch/netencode): fix typo Change-Id: I7edb9027c0a9eb014931033760be5f3d6e734b8a Reviewed-on: https://cl.tvl.fyi/c/depot/+/3845 Tested-by: BuildkiteCI Reviewed-by: Profpatsch --- users/Profpatsch/netencode/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/Profpatsch') diff --git a/users/Profpatsch/netencode/README.md b/users/Profpatsch/netencode/README.md index 3058e36eaf..67cb843a58 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 -- cgit 1.4.1