From 8a355b57b126e9103249e394555c49b3ade3c38b Mon Sep 17 00:00:00 2001 From: Lynn Date: Sun, 4 Jun 2023 16:30:21 +0800 Subject: [PATCH] typo fix `beginnning` => `beginning` --- standard/standard_1.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standard/standard_1.php b/standard/standard_1.php index fb5a0db1b..79b579cfe 100644 --- a/standard/standard_1.php +++ b/standard/standard_1.php @@ -44,7 +44,7 @@ function strtolower(string $string): string {} * the beginning of the string. Unlike {@see strrpos()} and {@see strripos()}, the offset cannot be negative. *

* @return int<0,max>|false

- * Returns the position where the needle exists relative to the beginnning of + * Returns the position where the needle exists relative to the beginning of * the haystack string (independent of search direction * or offset). * Also note that string positions start at 0, and not 1.