Skip to content

Commit f9392c5

Browse files
author
Dario Vogogna
committed
chore: typo
1 parent a3fc8a8 commit f9392c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ fn main() {
3434
Err(_) => continue,
3535
};
3636

37-
println!("You guess: {}", guess);
37+
println!("You guessed: {}", guess);
3838

3939
match guess.cmp(&secret_number) {
4040
Ordering::Less => println!("Too small!"),

0 commit comments

Comments
 (0)