fix(capitalizing): fix example code in subject

This commit is contained in:
nprimo 2023-08-29 09:54:20 +01:00 committed by Niccolò Primo
parent f8031ae874
commit f987807e76
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ pub fn change_case(input: &str) -> String {
Here is a program to test your functions.
```rust
use capitalizing::*capitalizing*;
use capitalizing::*;
fn main() {
println!("{}", capitalize_first("joe is missing"));