Skip to content

Commit 7ead616

Browse files
authored
docs: Update 1365,统一为中文冒号
1 parent 53397d4 commit 7ead616

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

problems/1365.有多少小于当前数字的数字.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public:
115115
116116
## 其他语言版本
117117
118-
### Java:
118+
### Java:
119119
120120
```Java
121121
public int[] smallerNumbersThanCurrent(int[] nums) {
@@ -253,7 +253,7 @@ var smallerNumbersThanCurrent = function(nums) {
253253
};
254254
```
255255

256-
### TypeScript:
256+
### TypeScript
257257

258258
> 暴力法:
259259

@@ -293,7 +293,7 @@ function smallerNumbersThanCurrent(nums: number[]): number[] {
293293
};
294294
```
295295

296-
### Rust
296+
### Rust
297297
```rust
298298
use std::collections::HashMap;
299299
impl Solution {

0 commit comments

Comments
 (0)