Skip to content

Commit 2d9a5a9

Browse files
authored
fix: modified language tag (doocs#680)
1 parent 86a34a1 commit 2d9a5a9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

solution/0400-0499/0415.Add Strings/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ class Solution {
6363
}
6464
```
6565

66-
### **TypeScript**
66+
### **JavaScript**
6767

68-
```ts
68+
```js
6969
/**
7070
* @param {string} num1
7171
* @param {string} num2

solution/0400-0499/0415.Add Strings/README_EN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ class Solution {
7878
}
7979
```
8080

81-
### **TypeScript**
81+
### **JavaScript**
8282

83-
```ts
83+
```js
8484
/**
8585
* @param {string} num1
8686
* @param {string} num2

0 commit comments

Comments
 (0)