Skip to content

Commit 372c597

Browse files
committed
Fixing non-sentence.
1 parent 3549dba commit 372c597

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

libs/network/doc/index.rst

+2-3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ Sneak Peak
3939
The :mod:`cpp-netlib` allows you to write semantically consistent code for
4040
making different kinds of higher level network applications.
4141

42-
The library allows for writing simple code like:
42+
The library allows for writing simple code for simple C++ HTTP client
43+
applications like:
4344

4445
.. code-block:: c++
4546

@@ -52,8 +53,6 @@ The library allows for writing simple code like:
5253
client::response response_ = client_.get(request);
5354
std::string body = body(response_);
5455

55-
For simple C++ HTTP client applications.
56-
5756
The :mod:`cpp-netlib` is being developed for eventual submission to Boost_.
5857

5958
Download

0 commit comments

Comments
 (0)