Skip to content

Commit

Permalink
Documentation inconsistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Morten Haraldsen committed Jan 28, 2024
1 parent 3b229c9 commit f38071b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/ethlo/time/internal/W3cDateTimeUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public interface W3cDateTimeUtil
String format(OffsetDateTime date, ZoneOffset adjustTo, int fractionDigits);

/**
* Parse the format and return it as a fitting sub-class of {@link Temporal}
* Parse the date-time leniently
*
* @param s The date/date-time to parse
* @return The parsed date/date-time
Expand Down

0 comments on commit f38071b

Please sign in to comment.