Skip to content

Commit 2e6161b

Browse files
authored
Removed extra colons
1 parent 8f5d0c0 commit 2e6161b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsa-solutions/lc-solutions/0200-0299/0207-course-schedule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To take course 1 you should have finished course 0, and to take course 0 you sho
3838
### Constraints:
3939
- `1 <= numCourses <= 2000`
4040
- `0 <= prerequisites.length <= 5000`
41-
- ```prerequisites[i].length == 2`
41+
- `prerequisites[i].length == 2`
4242
- `0 <= ai, bi < numCourses `
4343
- All the pairs prerequisites[i] are **unique**.
4444
## Solution

0 commit comments

Comments
 (0)