From fb0d82245f4004b1caa683d501a002417cfaf159 Mon Sep 17 00:00:00 2001 From: p-kalugin Date: Sat, 25 Nov 2017 23:43:15 +0300 Subject: [PATCH] Fix typo in examples documentation --- CHANGELOG.md | 1 + doc/qbk/02_examples.qbk | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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. ] ]]