Skip to content

Commit d68112a

Browse files
committed
update
1 parent 7d07c79 commit d68112a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsa-solutions/lc-solutions/0000-0099/0091-Decode-Ways.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Output: 0
5656
Explanation: "06" cannot be mapped to "F" because of the leading zero ("6" is different from "06").
5757
```
5858

59-
Constraints:
59+
### Constraints:
6060

6161
- $1 <= s.length <= 100$
6262
- s contains only digits and may contain leading zero(s).

0 commit comments

Comments
 (0)