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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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