From 3977142a3f75c7eb05a9b18e329a4bae0489e5ba Mon Sep 17 00:00:00 2001 From: Dhruv Pandya <46279781+DhPandya@users.noreply.github.com> Date: Fri, 9 Sep 2022 22:11:03 +0530 Subject: [PATCH] Fixed: Typo --- system/Helpers/url_helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/Helpers/url_helper.php b/system/Helpers/url_helper.php index a533f5240f7a..ed095962c731 100644 --- a/system/Helpers/url_helper.php +++ b/system/Helpers/url_helper.php @@ -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 {