mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2025-07-08 16:54:50 +08:00
Merge pull request #2637 from muzi-xiaoren/muzi-xiaoren-patch-1
Update 0349.两个数组的交集.md--Ruby格式错误
This commit is contained in:
@ -511,7 +511,7 @@ object Solution {
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
###Ruby
|
### Ruby:
|
||||||
```ruby
|
```ruby
|
||||||
def intersection(nums1, nums2)
|
def intersection(nums1, nums2)
|
||||||
hash = {}
|
hash = {}
|
||||||
|
Reference in New Issue
Block a user