Skip to content

Commit 33819d4

Browse files
refactor(algorithms, intervals, count days): update constraints in doc
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 911b34e commit 33819d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algorithms/intervals/count_days/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Your task is to count the days when the employee is available for work but has n
1212

1313
- 1 <= days <= 10^5
1414
- 1 <= meetings.length <= 10^3
15-
- meetings.length == 2
15+
- meetings[i].length == 2
1616
- 1 <= `meetings[i][0]` <= `meetings[i][1]` <= days
1717

1818
## Examples

0 commit comments

Comments
 (0)