diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/UtfString.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UtfString.php b/src/UtfString.php index c7b08d8..8b53a6d 100644 --- a/src/UtfString.php +++ b/src/UtfString.php @@ -174,7 +174,7 @@ class UtfString implements \ArrayAccess * * @param string $byte The byte to be analyzed. * - * @see http://tools.ietf.org/html/rfc3629 + * @see https://tools.ietf.org/html/rfc3629 * * @return int */ |