Skip to content

Commit

Permalink
Simplify objects intro
Browse files Browse the repository at this point in the history
  • Loading branch information
bjuppa committed Jul 6, 2023
1 parent 43ab999 commit e32b572
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@
*
* Date-time utilities that keeps timezones on the surface.
*
* ## Main objects
* ## Objects
*
* The {@link ComPlainDate} interface describes plain-date objects, that can be
* created with the {@link PlainDate} factory, described by the
* {@link PlainDateFactory} interface.
* The {@link ComPlainDate} interface describes plain-date objects that can be
* created with the {@link PlainDate} factory.
*
* The {@link ComPlainTime} interface describes wall-time objects, that can be
* created with the {@link PlainTime} factory, described by the
* {@link PlainTimeFactory} interface.
* The {@link ComPlainTime} interface describes wall-time objects that can be
* created with the {@link PlainTime} factory.
*
* ### Extended objects
*
Expand All @@ -20,8 +18,9 @@
* always use the main objects with utility functions in frontend code!
*
* An extended type of plain-date object is described by the
* {@link ExtendedPlainDate} interface. Those objects are created with the
* {@link ExPlainDate} factory.
* {@link ExtendedPlainDate} interface.
* Those objects are created with the {@link ExPlainDate} factory, which also
* implements the optional functions of the {@link PlainDateFactory} interface.
*
* ## Utility functions
*
Expand Down

0 comments on commit e32b572

Please sign in to comment.