diff --git a/CHANGELOG.md b/CHANGELOG.md index e761b37d..ba4f479b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ Version 146: * Fix some typos * Faster ascii_tolower * Documentation tidying +* Fix typo in examples documentation API Changes: diff --git a/doc/qbk/02_examples.qbk b/doc/qbk/02_examples.qbk index b1a0b53c..673f6c34 100644 --- a/doc/qbk/02_examples.qbk +++ b/doc/qbk/02_examples.qbk @@ -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. ] ]]