@@ -31,7 +31,7 @@ Concept`_, otherwise it chooses the `Normal Client Request Concept`_.
3131Normal Client Request Concept
3232~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3333
34- A type models the Normal Client Request Concept if it models the `Message
34+ A type models the Normal Client Request Concept if it models the `Message
3535Concept `_ and also supports the following constructs.
3636
3737**Legend **
@@ -123,8 +123,8 @@ and also supports the following constructs.
123123Directives
124124----------
125125
126- This section details the provided directives that are provided by
127- :mod: `cpp-netlib `. The section was written to assume that an appropriately
126+ This section details the provided directives that are provided by
127+ :mod: `cpp-netlib `. The section was written to assume that an appropriately
128128constructed request instance is either of the following:
129129
130130..code-block ::c++
@@ -163,13 +163,13 @@ Directives are meant to be used in the following manner:
163163 do not implement things correctly.
164164
165165*unspecified * ``source(std::string const & source_) ``
166- Create a source directive with a ``std::string `` as a parameter, to be set
166+ Create a source directive with a ``std::string `` as a parameter, to be set
167167 as the source of the request.
168168*unspecified * ``source(std::wstring const & source_) ``
169169 Create a source directive with a ``std::wstring `` as a parameter, to be set
170170 as the source of the request.
171171*unspecified * ``destination(std::string const & source_) ``
172- Create a destination directive with a ``std::string `` as a parameter, to be
172+ Create a destination directive with a ``std::string `` as a parameter, to be
173173 set as the destination of the request.
174174*unspecified * ``destination(std::wstring const & source_) ``
175175 Create a destination directive with a ``std::wstring `` as a parameter, to be
@@ -200,7 +200,7 @@ Directives are meant to be used in the following manner:
200200Modifiers
201201---------
202202
203- This section details the provided modifiers that are provided by
203+ This section details the provided modifiers that are provided by
204204:mod: `cpp-netlib `.
205205
206206``template <class Tag> inline void source(basic_request<Tag> & request, typename string<Tag>::type const & source_) ``
@@ -232,7 +232,7 @@ section assumes that the following using namespace directives are in
232232effect:
233233
234234..code-block ::c++
235-
235+
236236 using namespace boost::network;
237237 using namespace boost::network: :http;
238238