We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec9816b commit 71aceb2Copy full SHA for 71aceb2
routing/slash_in_parameter.rst
@@ -83,4 +83,4 @@ That's it! Now, the ``{token}`` parameter can contain the ``/`` character.
83
regular expression to all of them, the results won't be the expected. For
84
example, if the route definition is ``/share/{path}/{token}`` and both
85
``path`` and ``token`` accept ``/``, then ``path`` will contain its contents
86
- and the token, whereas ``token`` will be empty.
+ and the token, and ``token`` will be empty.
0 commit comments