Fix typo in persistent-transport.rst

TrivialFix

Change-Id: Iab6eec9588fbc019f6c9cf39668e98d3a122f432
This commit is contained in:
zhangyanxian 2017-01-20 06:29:35 +00:00
parent e6af22d4e1
commit ec15668fa2

View File

@ -73,7 +73,7 @@ Cap'n Proto.
In the previous cycle we noted that the whereas MsgPack was the best candidate In the previous cycle we noted that the whereas MsgPack was the best candidate
-considering overall performance, easiness to use, languages support, -considering overall performance, easiness to use, languages support,
data structures support-, it doesn't have good support for Javascript. Using 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. 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 For that reason, we decided to stick with JSON and maybe talk about a more
performant serialization technology in a future change. performant serialization technology in a future change.