aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authoradamw <adam@warski.org>2017-10-25 12:42:13 +0200
committeradamw <adam@warski.org>2017-10-25 12:42:13 +0200
commitae0d7f698c407413339b45067f959f611fbe90ef (patch)
tree3c5b2dd7e4a991f83f9af64d03ae4da22fe69053 /docs
parent32ef75f209d4a9ec44472f38c80ebd2640bc9152 (diff)
downloadsttp-ae0d7f698c407413339b45067f959f611fbe90ef.tar.gz
sttp-ae0d7f698c407413339b45067f959f611fbe90ef.tar.bz2
sttp-ae0d7f698c407413339b45067f959f611fbe90ef.zip
Fix docs
Diffstat (limited to 'docs')
-rw-r--r--docs/backends/testing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/backends/testing.rst b/docs/backends/testing.rst
index dbf01aa..1618d68 100644
--- a/docs/backends/testing.rst
+++ b/docs/backends/testing.rst
@@ -19,7 +19,7 @@ For example::
val response2 = sttp.post(uri"http://example.org/d/e").send()
// response2.code will be 500
-It is also possible to match request by partial function, returning a response. E.g.:
+It is also possible to match request by partial function, returning a response. E.g.::
implicit val testingBackend = SttpBackendStub(HttpURLConnectionBackend())
.whenRequestMatchesPartial({