From f3a87a745e7cad06683bd612981cdfbcec0ba058 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Wed, 8 Feb 2017 12:24:33 -0500 Subject: [PATCH] Fix Body requirements doc --- CHANGELOG.md | 4 ++++ doc/types/Body.qbk | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2037947..a318b88e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ * Fix race in writes during WebSocket reads * Fix compilation error in non-template class +HTTP + +* Fix Body requirements doc + -------------------------------------------------------------------------------- 1.0.0-b28 diff --git a/doc/types/Body.qbk b/doc/types/Body.qbk index e0099d92..b539fae6 100644 --- a/doc/types/Body.qbk +++ b/doc/types/Body.qbk @@ -27,7 +27,7 @@ In this table: ] ] [ - [`Body::reader`] + [`X::reader`] [] [ If present, a type meeting the requirements of @@ -36,7 +36,7 @@ In this table: ] ] [ - [`Body::writer`] + [`X::writer`] [] [ If present, a type meeting the requirements of