diff options
author | withbest <seekseat@outlook.com> | 2024-07-29 14:43:27 +0800 |
---|---|---|
committer | withbest <seekseat@outlook.com> | 2024-07-29 14:43:27 +0800 |
commit | dd08f9320249d8ac7bf96f338a5be70d60af1dce (patch) | |
tree | a1c45c5f1663e72a8591ad6e0d57bc2a05c7e7b6 /build/stubs | |
parent | 8f235982c9d4380065ba2568b6185c4ceefaa9fa (diff) | |
download | nextcloud-server-dd08f9320249d8ac7bf96f338a5be70d60af1dce.tar.gz nextcloud-server-dd08f9320249d8ac7bf96f338a5be70d60af1dce.zip |
chore: fix some comments
Signed-off-by: withbest <seekseat@outlook.com>
Diffstat (limited to 'build/stubs')
-rw-r--r-- | build/stubs/intl.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/stubs/intl.php b/build/stubs/intl.php index 08e0c719338..bd7be7a74da 100644 --- a/build/stubs/intl.php +++ b/build/stubs/intl.php @@ -2751,7 +2751,7 @@ class IntlCalendar { * <b>IntlCalendar::DOW_SATURDAY</b>. * </p> * @return int - * The number of milliseconds into the day at which the the weekend begins or + * The number of milliseconds into the day at which the weekend begins or * ends or <b>FALSE</b> on failure. */ public function getWeekendTransition($dayOfWeek) { } @@ -5229,7 +5229,7 @@ function intlcal_get_type($calendar) { } * <b>IntlCalendar::DOW_SATURDAY</b>. * </p> * @return int - * The number of milliseconds into the day at which the the weekend begins or + * The number of milliseconds into the day at which the weekend begins or * ends or <b>FALSE</b> on failure. * @since 5.5 */ |