typo: Update 1365,Rust建议首字母大写,与其他语言相同
This commit is contained in:
parent
14223a2fa6
commit
e1034946d5
|
|
@ -279,7 +279,7 @@ function smallerNumbersThanCurrent(nums: number[]): number[] {
|
|||
};
|
||||
```
|
||||
|
||||
### rust
|
||||
### Rust
|
||||
```rust
|
||||
use std::collections::HashMap;
|
||||
impl Solution {
|
||||
|
|
|
|||
Loading…
Reference in New Issue