Skip to content
This repository was archived by the owner on Feb 12, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion single_object_doc_instr.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ For example, see the following documentation for an immutable `TimeOfDay` class:
* @invar This object's hours are between 0 and 23
* | 0 <= getHours() && getHours() <= 23
* @invar This object's minutes are between 0 and 59
* | 0 <= getMinutes() && getMinutes <= 59
* | 0 <= getMinutes() && getMinutes() <= 59
*/
public class TimeOfDay {

Expand Down