From 462f22d7c7f4e7eb68347665107a600d499334b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Abdelkader=20Mart=C3=ADnez=20P=C3=A9rez?= Date: Fri, 20 Dec 2019 12:27:04 +0100 Subject: [PATCH] doc: Clarify parameter mangling example. --- docs/source/the_project/security.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/the_project/security.rst b/docs/source/the_project/security.rst index 1253d5b..a6542f3 100644 --- a/docs/source/the_project/security.rst +++ b/docs/source/the_project/security.rst @@ -65,7 +65,8 @@ request: Parameter Mangling Attacks -------------------------- -Let's consider the following route: +In order to understand what we mean by parameter mangling let's +consider the following route: .. code-block:: bash