Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
icambron committed Aug 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
@@ -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}

0 comments on commit f419424

Please sign in to comment.