Skip to content

Commit 1f6f9f3

Browse files
committed
docs: fix comments
1 parent fc5dfe1 commit 1f6f9f3

File tree

1 file changed

+2
-2
lines changed
  • user_guide_src/source/incoming/routing

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
// First you need to enable sorting.
3+
// First you need to enable processing of the routes queue by priority.
44
$routes->setPrioritize();
55

66
// Config\Routes
@@ -9,4 +9,4 @@
99
// Modules\Acme\Config\Routes
1010
$routes->get('admin', 'Admin::index');
1111

12-
// The "admin" route will now be processed before the wildcard router.
12+
// The "admin" route will now be processed before the wildcard route.

0 commit comments

Comments
 (0)