Skip to content

Commit

Permalink
feat(expected_variable): update example to match subject
Browse files Browse the repository at this point in the history
  • Loading branch information
nprimo committed Sep 7, 2023
1 parent aaf24d6 commit df4b31e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subjects/expected_variable/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fn main() {
);
println!(
"{} close to it",
expected_variable("soClose", "So_Close").unwrap()
expected_variable("soClose", "so_close").unwrap()
);
println!(
"{:?}",
Expand Down

0 comments on commit df4b31e

Please sign in to comment.