Skip to content

Commit 5bd84d4

Browse files
Resolved issues
1 parent 63fd6bd commit 5bd84d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsa-solutions/lc-solutions/0000-0099/0021-Merge-two-sorted-lists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Merge two sorted linked lists and return it as a sorted list. The list should be
3838
### Constraints
3939

4040
- The number of nodes in both lists is in the range [0, 50].
41-
- -100 <= Node.val <= 100
41+
- `-100 <= Node.val <= 100`
4242
- Both `list1` and `list2` are sorted in non-decreasing order.
4343

4444
### Approach

0 commit comments

Comments
 (0)