Skip to content

Commit

Permalink
Add doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mooreryan committed Jan 11, 2025
1 parent 367a73d commit b8f4c59
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/gleam/time/rfc3339_generator.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ pub fn date_time_generator(
}
}

/// Generate date-time strings with no fractional second component.
///
/// This is a temporary solution until the to_rfc3339 function handles second
/// fractions.
pub fn date_time_no_secfrac_generator(
with_leap_second with_leap_second: Bool,
) -> qcheck.Generator(String) {
Expand Down

0 comments on commit b8f4c59

Please sign in to comment.