We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d79772a commit 515e376Copy full SHA for 515e376
1 file changed
book/src/chapter_1.md
@@ -75,7 +75,7 @@ These are:
75
The auto-generated `main.rs` file looks like this:
76
77
```rust
78
-fn main() -> rltk::BError {
+fn main() {
79
println!("Hello, world!");
80
}
81
```
0 commit comments