Skip to content

Commit

Permalink
Merge pull request #6521 from DhPandya/patch-2
Browse files Browse the repository at this point in the history
Fixed: Typo
  • Loading branch information
samsonasik authored Sep 10, 2022
2 parents 1bfe531 + 3977142 commit 3d07204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/Helpers/url_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ function url_to(string $controller, ...$args): string
* which will allow any valid character.
*
* Example:
* if (url_is('admin*)) ...
* if (url_is('admin*')) ...
*/
function url_is(string $path): bool
{
Expand Down

0 comments on commit 3d07204

Please sign in to comment.