Skip to content

Commit 515e376

Browse files
authored
Remove rltk reference from vanilla Rust project
At this point in the tutorial I don't think users will have rltk installed.
1 parent d79772a commit 515e376

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

book/src/chapter_1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ These are:
7575
The auto-generated `main.rs` file looks like this:
7676

7777
```rust
78-
fn main() -> rltk::BError {
78+
fn main() {
7979
println!("Hello, world!");
8080
}
8181
```

0 commit comments

Comments
 (0)