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 {