Skip to content

Commit 4e2a113

Browse files
authored
Typo in 000-creating-a-window.md (#11)
1 parent 0e9f924 commit 4e2a113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book-src/basics/000-creating-a-window.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ First we turn on SDL itself:
1616
use beryllium::*;
1717

1818
fn main() {
19-
et sdl = Sdl::init(init::InitFlags::EVERYTHING);
19+
let sdl = Sdl::init(init::InitFlags::EVERYTHING);
2020
```
2121

2222
Then we set some attributes for the [OpenGL

0 commit comments

Comments
 (0)