Skip to content

Commit 93cd8c1

Browse files
aziotcsernazs
authored andcommitted
Fixing typos and syntax errors in the documentation
1 parent 039c725 commit 93cd8c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/background.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ flexibility for the advanced cases. When increasing flexibility of the API it
1919
should not change the simple API unless it is absolutely required.
2020

2121
API compatibility is paramount. API breaking is only allowed when it is on par
22-
with the the the gain of the new functionality.
22+
with the gain of the new functionality.
2323

2424
Adding new parameters to functions which have default value is not considered a
2525
breaking API change.
@@ -81,7 +81,7 @@ Higher-level API
8181

8282
In the early days of this library, it wanted to support the low-level http
8383
protocol elements: request status, headers, etc to provide full coverage for the
84-
protocol itself. This was made in order to made the most advanced customizations
84+
protocol itself. This was made in order to make the most advanced customizations
8585
possible.
8686

8787
Then the project received a few PRs adding `HeaderValueMatcher` and support for

0 commit comments

Comments
 (0)