Skip to content

Commit 81f2793

Browse files
committed
[FOLD]
1 parent 1ce41e2 commit 81f2793

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

doc/modules/ROOT/pages/index.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ this innovative approach to designing protocol libraries.
4646

4747
Boost.HTTP.Proto is tested with the following compiler versions:
4848

49-
gcc: 5 to 14 (except 8.0.1)
50-
clang: 3.9, 4 to 18
51-
msvc: 14.1 to 14.42
49+
* gcc: 5 to 14 (except 8.0.1)
50+
* clang: 3.9, 4 to 18
51+
* msvc: 14.1 to 14.42
5252

5353
== Quality Assurance
5454

@@ -64,10 +64,10 @@ https://en.wikipedia.org/wiki/Backus%E2%80%93Naur_form[Backus-Naur Form,window=b
6464
(ABNF) notation of
6565
https://datatracker.ietf.org/doc/html/rfc5234[rfc5234,window=blank_]
6666
to specify particular grammars used by algorithms and containers.
67-
While a complete understanding of the notation is not a requirement for using the
68-
library, it may help for an understanding of how valid components of URLs are defined.
69-
In particular, this is of interest to users who wish to compose parsing algorithms
70-
using the combinators provided by the library.
67+
While a complete understanding of the notation is not a requirement for using
68+
the library, it may help for an understanding of how valid components of HTTP
69+
messages are defined. In particular, this is of interest to users who wish to
70+
compose parsing algorithms using the combinators provided by the library.
7171

7272
== Acknowledgments
7373

0 commit comments

Comments
 (0)