Skip to content

Commit 340e2a7

Browse files
committed
docs: add () after method name
1 parent baab445 commit 340e2a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/incoming/routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ is allowed, as are back-references.
195195

196196
.. literalinclude:: routing/018.php
197197

198-
In the above example, a URI similar to **products/shirts/123** would instead call the ``show`` method
198+
In the above example, a URI similar to **products/shirts/123** would instead call the ``show()`` method
199199
of the ``Products`` controller class, with the original first and second segment passed as arguments to it.
200200

201201
With regular expressions, you can also catch a segment containing a forward slash (``/``), which would usually

0 commit comments

Comments
 (0)