From 08d6051f5d7e521ce1204f2b7e127c41a8e5d0d9 Mon Sep 17 00:00:00 2001 From: alexey-milovidov Date: Mon, 23 Oct 2017 21:59:56 +0300 Subject: [PATCH] Update capnproto.rst --- docs/en/formats/capnproto.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/formats/capnproto.rst b/docs/en/formats/capnproto.rst index a6061e1cc0a..d7ad7ba44db 100644 --- a/docs/en/formats/capnproto.rst +++ b/docs/en/formats/capnproto.rst @@ -16,6 +16,6 @@ When the schema file looks like: c @1 :Uint64; } -Deserialisation is almost as efficient as the binary rows format, with typically zero allocation overhead per message. +Deserialization is almost as efficient as the binary rows format, with typically zero allocation overhead per message. -You can use this format as an efficient exchange message format in your data processing pipeline. \ No newline at end of file +You can use this format as an efficient exchange message format in your data processing pipeline.