Skip to content

Commit f2c9e49

Browse files
committed
Fix a typo
1 parent 7c4f551 commit f2c9e49

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
@@ -46,7 +46,7 @@ fn main() {
4646
String::from(".")
4747
},
4848
// I'm turning this into the default behavior.
49-
// For now, I'm goin to keep the switch as is, just always true,
49+
// For now, I'm going to keep the switch as is, just always true,
5050
// So that I can easily revert the changes later if needed.
5151
// After this change has had proper user testing, let's remove the switch
5252
// and the dead code.

0 commit comments

Comments
 (0)