aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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({