Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
luzhipeng committed Jun 4, 2019
1 parent b4dd8da commit 797c817
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion problems/5.longest-palindromic-substring.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ var longestPalindrome = function(s) {

## 相关题目

-[516.longest-palindromic-subsequence](./516.longest-palindromic-subsequence.md)
- [516.longest-palindromic-subsequence](./516.longest-palindromic-subsequence.md)
2 changes: 1 addition & 1 deletion problems/516.longest-palindromic-subsequence.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ var longestPalindromeSubseq = function(s) {

## 相关题目

-[5.longest-palindromic-substring](./5.longest-palindromic-substring.md)
- [5.longest-palindromic-substring](./5.longest-palindromic-substring.md)

0 comments on commit 797c817

Please sign in to comment.