Fix typo in examples documentation

This commit is contained in:
p-kalugin
2017-11-25 23:43:15 +03:00
committed by Vinnie Falco
parent 9d941f2655
commit fb0d82245f
2 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ Version 146:
* Fix some typos
* Faster ascii_tolower
* Documentation tidying
* Fix typo in examples documentation
API Changes:

View File

@@ -232,7 +232,7 @@ listed here along with a description of their use:
[[source_file example/common/ssl_stream.hpp]]
[
The `ssl_stream` is a replacement for __ssl_stream__ which
supports construction from a moved-froms ocket and is also
supports construction from a moved-from socket and is also
itself move constructible.
]
]]