Skip to content

Commit 5a38269

Browse files
committed
[#6023] Minor language tweak
1 parent 2a12cd7 commit 5a38269

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

components/routing/introduction.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,9 @@ In this case, the route is matched by ``/archive/2012-01``, because the ``{month
130130
wildcard matches the regular expression wildcard given. However, ``/archive/foo``
131131
does *not* match, because "foo" fails the month wildcard.
132132

133-
When using wildcards, these are returned in the resulting array of calling
134-
``match``. The part of the path that the wildcard matched is used as value.
133+
When using wildcards, these are returned in the array result when calling
134+
``match``. The part of the path that the wildcard matched (e.g. ``2012-01``) is used
135+
as value.
135136

136137
.. tip::
137138

0 commit comments

Comments
 (0)