Merge pull request #2794 from skyclouds2001/typo-fix

修正拼写:Javascript->JavaScript&Typescript->TypeScript
This commit is contained in:
程序员Carl
2024-11-25 09:16:24 +08:00
committed by GitHub
87 changed files with 92 additions and 92 deletions

View File

@@ -226,7 +226,7 @@ func min(a, b int) int {
}
```
### Javascript
### JavaScript
```Javascript
var findMinArrowShots = function(points) {
points.sort((a, b) => {