mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2026-02-02 18:39:09 +08:00
修正拼写:Javascript->JavaScript&Typescript->TypeScript
This commit is contained in:
@@ -286,7 +286,7 @@ func swapPairs(head *ListNode) *ListNode {
|
||||
}
|
||||
```
|
||||
|
||||
### Javascript:
|
||||
### JavaScript:
|
||||
|
||||
```javascript
|
||||
var swapPairs = function (head) {
|
||||
|
||||
Reference in New Issue
Block a user