Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
icambron committed Aug 3, 2024
1 parent f50a7fb commit f419424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interval.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export default class Interval {
get end() {
return this.isValid ? this.e : null;
}

/**
* Returns the last DateTime included in the interval (since end is not part of the interval)
* @type {DateTime}
Expand Down

0 comments on commit f419424

Please sign in to comment.