Skip to content

Commit 66fbd47

Browse files
committed
docs: fix comment
1 parent 106eda3 commit 66fbd47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Router/RouteCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ public function group(string $name, ...$params)
623623
$oldOptions = $this->currentOptions;
624624

625625
// To register a route, we'll set a flag so that our router
626-
// so it will see the group name.
626+
// will see the group name.
627627
// If the group name is empty, we go on using the previously built group name.
628628
$this->group = $name ? trim($oldGroup . '/' . $name, '/') : $oldGroup;
629629

0 commit comments

Comments
 (0)