Skip to content

Commit cc5ec00

Browse files
Update main.rs
1 parent 084dea0 commit cc5ec00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ fn main() {
3838
}
3939
} else {
4040
// Show a title
41-
println!("Stack Programming Language");
41+
println!("Stack programming language");
4242
let mut executor = Executor::new(Mode::Debug);
4343
// REPL Execution
4444
loop {

0 commit comments

Comments
 (0)