Skip to content

Commit 9fd5498

Browse files
authored
Update README.md
1 parent 621f150 commit 9fd5498

File tree

1 file changed

+1
-1
lines changed
  • solution/0900-0999/0921.Minimum Add to Make Parentheses Valid

1 file changed

+1
-1
lines changed

solution/0900-0999/0921.Minimum Add to Make Parentheses Valid/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ function minAddToMakeValid(s: string): number {
288288

289289
<!-- solution:start -->
290290

291-
### Solution 3: Replace + recursion
291+
### 方法三:替换 + 递归
292292

293293
<!-- tabs:start -->
294294

0 commit comments

Comments
 (0)