From fa6938c513a16b395fbeda4cf69930a6b419958e Mon Sep 17 00:00:00 2001 From: leonpun Date: Mon, 25 Jun 2018 15:24:58 +0800 Subject: [PATCH] fix leetcode contents --- notes/Leetcode 题解.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/)