Merge pull request #2637 from muzi-xiaoren/muzi-xiaoren-patch-1

Update 0349.两个数组的交集.md--Ruby格式错误
This commit is contained in:
程序员Carl 2024-07-23 10:33:42 +08:00 committed by GitHub
commit 4e2ef89846
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -511,7 +511,7 @@ object Solution {
```
###Ruby
### Ruby:
```ruby
def intersection(nums1, nums2)
hash = {}