Skip to content

Commit

Permalink
[#6023] Minor language tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Jan 10, 2016
1 parent 2a12cd7 commit 5a38269
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions components/routing/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,9 @@ In this case, the route is matched by ``/archive/2012-01``, because the ``{month
wildcard matches the regular expression wildcard given. However, ``/archive/foo``
does *not* match, because "foo" fails the month wildcard.

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

.. tip::

Expand Down

0 comments on commit 5a38269

Please sign in to comment.