Skip to content

Commit acedd91

Browse files
kenjisMGatner
andauthored
docs: fix by proofreading
Co-authored-by: MGatner <[email protected]>
1 parent 12f3a1e commit acedd91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/installation/upgrade_430.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Validation Changes
8383
Time Fixes
8484
==========
8585

86-
Due to bug fixes, some methods in :doc:`Time <../libraries/time>` has been changed the behavior from mutable to immutable. See :ref:`ChangeLog <v430-time-fix>` for details.
86+
Due to bug fixes, some methods in :doc:`Time <../libraries/time>` have changed from mutable behavior to immutable; ``Time`` now extends ``DateTimeImmutable``. See :ref:`ChangeLog <v430-time-fix>` for details.
8787

8888
If you need the behavior of ``Time`` before the modification, a compatible ``TimeLegacy`` class has been added. Please replace all ``Time`` with ``TimeLegacy`` in your application code.
8989

0 commit comments

Comments
 (0)