From e174edf361cb851f26b2e5e4a8768497472ac6bf Mon Sep 17 00:00:00 2001 From: kenjis Date: Sat, 30 Jan 2021 10:24:51 +0900 Subject: [PATCH] docs: Fix double "the" --- user_guide_src/source/general/errors.rst | 2 +- user_guide_src/source/libraries/time.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/user_guide_src/source/general/errors.rst b/user_guide_src/source/general/errors.rst index f5764002f25e..b02dce2d77d4 100644 --- a/user_guide_src/source/general/errors.rst +++ b/user_guide_src/source/general/errors.rst @@ -3,7 +3,7 @@ Error Handling ############## CodeIgniter builds error reporting into your system through Exceptions, both the `SPL collection `_, as -well as a few custom exceptions that are provided by the framework. Depending on your environment's setup, the +well as a few custom exceptions that are provided by the framework. Depending on your environment's setup, the default action when an error or exception is thrown is to display a detailed error report unless the application is running under the ``production`` environment. In this case, a more generic message is displayed to keep the best user experience for your users. diff --git a/user_guide_src/source/libraries/time.rst b/user_guide_src/source/libraries/time.rst index 2d51c5ae69c4..31f3d0f96763 100644 --- a/user_guide_src/source/libraries/time.rst +++ b/user_guide_src/source/libraries/time.rst @@ -428,7 +428,7 @@ all identical:: isBefore() ---------- -Checks if the passed in time is before the the current instance. The comparison is done against the UTC versions of +Checks if the passed in time is before the current instance. The comparison is done against the UTC versions of both times:: $time1 = Time::parse('January 10, 2017 21:50:00', 'America/Chicago');