修正拼写:Javascript->JavaScript&Typescript->TypeScript

This commit is contained in:
skyclouds2001
2024-10-17 00:27:53 +08:00
committed by GitHub
parent 371cfe182a
commit ee4c1c584c
87 changed files with 92 additions and 92 deletions

View File

@@ -286,7 +286,7 @@ func swapPairs(head *ListNode) *ListNode {
}
```
### Javascript:
### JavaScript:
```javascript
var swapPairs = function (head) {