mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2025-07-06 15:09:40 +08:00
typo: Update 1365,Rust建议首字母大写,与其他语言相同
This commit is contained in:
@ -279,7 +279,7 @@ function smallerNumbersThanCurrent(nums: number[]): number[] {
|
|||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
### rust
|
### Rust
|
||||||
```rust
|
```rust
|
||||||
use std::collections::HashMap;
|
use std::collections::HashMap;
|
||||||
impl Solution {
|
impl Solution {
|
||||||
|
Reference in New Issue
Block a user