Update 0349.两个数组的交集.md--Ruby格式错误
This commit is contained in:
parent
7c8c3169c3
commit
c7efbc1949
|
|
@ -511,7 +511,7 @@ object Solution {
|
|||
|
||||
```
|
||||
|
||||
###Ruby
|
||||
### Ruby:
|
||||
```ruby
|
||||
def intersection(nums1, nums2)
|
||||
hash = {}
|
||||
|
|
|
|||
Loading…
Reference in New Issue