Skip to content

Commit

Permalink
Update interval.js doc per #742 (#1565)
Browse files Browse the repository at this point in the history
Fix bug #742
  • Loading branch information
0xBURP committed Mar 9, 2024
1 parent 61baaf8 commit 5763215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interval.js
Expand Up @@ -405,7 +405,7 @@ export default class Interval {
}

/**
* Return whether this Interval engulfs the start and end of the specified Interval.
* Returns true if this Interval fully contains the specified Interval, specifically if the intersect (of this Interval and the other Interval) is equal to the other Interval; false otherwise.
* @param {Interval} other
* @return {boolean}
*/
Expand Down

0 comments on commit 5763215

Please sign in to comment.