Skip to content

Commit 2057b5e

Browse files
author
lucifer
committed
fix: typo
1 parent b71622b commit 2057b5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

problems/1332.remove-palindromic-subsequences.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ https://leetcode-cn.com/problems/remove-palindromic-subsequences/
44

55
## 题目描述
66

7-
```给你一个字符串 s,它仅由字母 'a' 和 'b' 组成。每一次删除操作都可以从 s 中删除一个回文 子序列。
7+
```
8+
给你一个字符串 s,它仅由字母 'a' 和 'b' 组成。每一次删除操作都可以从 s 中删除一个回文 子序列。
89
910
返回删除给定字符串中所有字符(字符串为空)的最小删除次数。
1011

0 commit comments

Comments
 (0)