Skip to content

Commit 9c81b9d

Browse files
Update doc/reference/reference_lua/datetime.rst
Co-authored-by: Andrey Aksenov <38073144+andreyaksenov@users.noreply.github.com>
1 parent 6799162 commit 9c81b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/reference/reference_lua/datetime.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,7 @@ Datetime and interval comparison
972972

973973
If you need to compare the ``datetime`` and ``interval`` object values, you can use standard Lua relational operators: ``==``, ``~=``, ``>``, ``<``, ``>=``, and ``<=``. These operators use the overloaded ``__eq``, ``__lt``, and ``__le`` metamethods to compare values.
974974

975-
Support of relational operators for ``interval`` objects has been added since: :doc:`2.11.0 </release/2.11.0>`.
975+
Support for relational operators for ``interval`` objects has been added since :doc:`2.11.0 </release/2.11.0>`.
976976

977977
**Example 1:**
978978

0 commit comments

Comments
 (0)