Meta: documentation fixes (#127)

* Clarify versions, minor punctuation fix

* Copyediting, borked URL

* Fix Python comments in C++ code

* Copyediting

* Pretty code

* Copyediting, pretty code

* Typo

* Pretty code
This commit is contained in:
Olivia Zoe
2019-12-03 18:28:18 +01:00
committed by Benjamin Sergeant
parent c91a0d2a35
commit 2e1657167f
7 changed files with 36 additions and 36 deletions

View File

@ -24,7 +24,7 @@ Large frames are broken up into smaller chunks or messages to avoid filling up t
The library has an interactive tool which is handy for testing compatibility ith other libraries. We have tested our client against Python, Erlang, Node.js, and C++ websocket server libraries.
The unittest tries to be comprehensive, and has been running on multiple platoform, with different sanitizers such as thread sanitizer to catch data races or the undefined behavior sanitizer.
The unittest tries to be comprehensive, and has been running on multiple platforms, with different sanitizers such as a thread sanitizer to catch data races or the undefined behavior sanitizer.
The regression test is running after each commit on travis.