typo: Update 1365,Rust建议首字母大写,与其他语言相同

This commit is contained in:
Yuan Yuan
2024-12-04 12:35:06 -06:00
committed by GitHub
parent 14223a2fa6
commit e1034946d5

View File

@ -279,7 +279,7 @@ function smallerNumbersThanCurrent(nums: number[]): number[] {
};
```
### rust
### Rust
```rust
use std::collections::HashMap;
impl Solution {