Skip to content

Commit 3f90ce2

Browse files
authored
Merge pull request #231 from InvolutionHell/codex/fix-markdown-parsing-error-in-vercel
2 parents 8c7e4a2 + 83203b8 commit 3f90ce2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/docs/CommunityShare/Leetcode/142.环形链表II_translated.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ class Solution:
166166
a, b = a.next, b.next
167167
return b
168168
```
169-
```C++
169+
```cpp
170170
class Solution {
171171
public:
172172
ListNode *detectCycle(ListNode *head) {

app/docs/CommunityShare/Leetcode/2309兼具大小写的最好英文字母_translated.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class Solution:
4343
return ""
4444
```
4545

46-
```C++ Hash table
46+
```cpp Hash table
4747
class Solution {
4848
public:
4949
string greatestLetter(string s) {

0 commit comments

Comments
 (0)