Skip to content

Commit a914565

Browse files
committed
minor #11318 [reference] [constraints] fixes small typo in Time validation constraint documentation. (hhamon)
This PR was merged into the 3.4 branch. Discussion ---------- [reference] [constraints] fixes small typo in `Time` validation constraint documentation. Commits ------- b3cde1a [reference] [constraints] fixes small typo in `Time` validation constraint documentation.
2 parents 082d2db + b3cde1a commit a914565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/Time.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ that follows a valid ``HH:MM:SS`` format.
2020
Basic Usage
2121
-----------
2222

23-
Suppose you have an Event class, with a ``startAt`` field that is the time
23+
Suppose you have an Event class, with a ``startsAt`` field that is the time
2424
of the day when the event starts:
2525

2626
.. configuration-block::

0 commit comments

Comments
 (0)