From ec15668fa204732958065dd9255946a2e153664c Mon Sep 17 00:00:00 2001 From: zhangyanxian Date: Fri, 20 Jan 2017 06:29:35 +0000 Subject: [PATCH] Fix typo in persistent-transport.rst TrivialFix Change-Id: Iab6eec9588fbc019f6c9cf39668e98d3a122f432 --- specs/backlog/persistent-transport.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/backlog/persistent-transport.rst b/specs/backlog/persistent-transport.rst index 39cc121..3b33f84 100644 --- a/specs/backlog/persistent-transport.rst +++ b/specs/backlog/persistent-transport.rst @@ -73,7 +73,7 @@ Cap'n Proto. In the previous cycle we noted that the whereas MsgPack was the best candidate -considering overall performance, easiness to use, languages support, data structures support-, it doesn't have good support for Javascript. Using -MsgPack would impose a significative contraint to the Zaqar use cases, +MsgPack would impose a significative constraint to the Zaqar use cases, considering that many web applications nowaways are written with Javascript. For that reason, we decided to stick with JSON and maybe talk about a more performant serialization technology in a future change.