From ce30d188336a195660cd36103db06685673f706b64964cb92421548033a2f061 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 7 Oct 2024 15:12:35 +0300 Subject: [PATCH] Typo --- spec/index.texi | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/spec/index.texi b/spec/index.texi index 7bbbc3e..b188c2f 100644 --- a/spec/index.texi +++ b/spec/index.texi @@ -54,7 +54,7 @@ Are not there any satisfiable codecs? Y @tab N @tab N @tab Y @tab Y @tab Y @tab Y @item Deterministic Encoded CBOR @tab Y @tab N @tab Y @tab N @tab Y @tab Y @tab Y -@item @url{http://cr.yp.to/proto/netstrings.txt, Netstring} @tab +@item @url{http://cr.yp.to/proto/netstrings.txt, Netstrings} @tab Y @tab Y @tab Y @tab N @tab N @tab Y @tab N @item @url{https://wiki.theory.org/BitTorrentSpecification#Bencoding, Bencode} @tab Y @tab Y @tab Y @tab Y @tab N @tab Y @tab N @@ -66,9 +66,6 @@ Are not there any satisfiable codecs? @end multitable @itemize -@item Schemaless formats are easier to deal with in heterogeneous - environments, with wide range of software. But with the price of - bigger size and harder validation as a rule. @item Streamable formats allow you to send a part of the data immediately, for example element of the list or map. Simplifying encoder and requiring less memory usage. All formats who needs to -- 2.50.0