Skip to content

Commit

Permalink
fix(capitalizing): fix example code in subject
Browse files Browse the repository at this point in the history
  • Loading branch information
nprimo committed Aug 29, 2023
1 parent f8031ae commit f987807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subjects/capitalizing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
Expand Down

0 comments on commit f987807

Please sign in to comment.