Bug Report for https://neetcode.io/problems/meeting-schedule
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
2nd example in description does not match it's note.
Example 2:
Input: intervals = [(5,8),(9,15)]
Output: true
Note:
(0,8),(8,10) is not considered a conflict at 8
