Skip to content

Commit

Permalink
Merge pull request #42 from imclerran/update-docs
Browse files Browse the repository at this point in the history
Fix module docs
  • Loading branch information
imclerran authored Dec 6, 2024
2 parents e1a8a1d + 739b980 commit b543ea1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion package/Date.roc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
## The Date module provides the `Date` type, as well as various functions for working with dates.
##
## These functions include functions for creating dates from varioius numeric values, converting dates to and from ISO 8601 strings, and performing arithmetic operations on dates.

module [
addDateAndDuration,
addDays,
Expand Down
1 change: 0 additions & 1 deletion package/DateTime.roc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
## The DateTime module provides the `DateTime` type as well as functions for working with combined date and time values.
##
## These functions include functions for creating `DateTime` objects from various numeric values, converting `DateTime`s to and from ISO 8601 strings, and performing arithmetic operations on `DateTime`s.

module [
addDateTimeAndDuration,
addDays,
Expand Down
1 change: 0 additions & 1 deletion package/Duration.roc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
## The duration modules provides the `Duration` type and associated functions for representing time durations and performing date/time arithmetic.

module [
addDurations,
Duration,
Expand Down
1 change: 0 additions & 1 deletion package/Time.roc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
## The Time module provides the `Time` type as well as functions for working with time values.
##
## These functions include functions for creating `Time` objects from various numeric values, converting `Time`s to and from ISO 8601 strings, and performing arithmetic operations on `Time`s.

module [
addDurationAndTime,
addHours,
Expand Down

0 comments on commit b543ea1

Please sign in to comment.