Skip to content

Commit 43fb210

Browse files
Update 1544-make-the-string-great.md
1 parent 8f694ac commit 43fb210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsa-solutions/lc-solutions/1500-1599/1544-make-the-string-great.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Notice that an empty string is also good.
4040

4141
- **Input:** s = "abBAcC"
4242
- **Output:** ""
43-
- **Explanation:** We have many possible scenarios, and all lead to the same answer. For example:</br>
43+
- **Explanation:** We have many possible scenarios, and all lead to the same answer. For example: <br />
4444
"abBAcC" --> "aAcC" --> "cC" --> ""
4545
"abBAcC" --> "abBA" --> "aA" --> ""
4646

0 commit comments

Comments
 (0)