Skip to content

Commit b017b87

Browse files
committed
Fix typo
1 parent b87aa98 commit b017b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/01_variables/variables3.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fn main() {
77

88
println!("Number {x}");
99

10-
// It possible to declare a variable and initialize it later.
10+
// It is possible to declare a variable and initialize it later.
1111
// But it can't be used before initialization.
1212
let y: i32;
1313
y = 42;

0 commit comments

Comments
 (0)