Skip to content

Commit 3d07204

Browse files
authored
Merge pull request #6521 from DhPandya/patch-2
Fixed: Typo
2 parents 1bfe531 + 3977142 commit 3d07204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Helpers/url_helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ function url_to(string $controller, ...$args): string
553553
* which will allow any valid character.
554554
*
555555
* Example:
556-
* if (url_is('admin*)) ...
556+
* if (url_is('admin*')) ...
557557
*/
558558
function url_is(string $path): bool
559559
{

0 commit comments

Comments
 (0)