diff --git a/notes/Leetcode 题解.md b/notes/Leetcode 题解.md index 4b5bf7ae..293f4328 100644 --- a/notes/Leetcode 题解.md +++ b/notes/Leetcode 题解.md @@ -288,7 +288,7 @@ public boolean canPlaceFlowers(int[] flowerbed, int n) { } ``` -**判断是否为子串** +**判断是否为子序列** [392. Is Subsequence (Medium)](https://leetcode.com/problems/is-subsequence/description/)