Merge pull request #1710 from pvvq/master

0349 fix code block language
This commit is contained in:
程序员Carl 2022-10-29 12:39:43 +08:00 committed by GitHub
commit 4870d522a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ public:
对应C++代码如下:
```c++
```CPP
class Solution {
public:
vector<int> intersection(vector<int>& nums1, vector<int>& nums2) {