Skip to content

Commit 1561b3c

Browse files
committed
Merge branch 'section/initialization' into section/rendering
2 parents 5f72a43 + b9695d8 commit 1561b3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guide/src/initialization/glfw_window.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ Implement them and call them in `run()`:
6969

7070
```cpp
7171
void App::run() {
72-
create_window();
72+
create_window();
7373

74-
main_loop();
74+
main_loop();
7575
}
7676

7777
void App::create_window() {

0 commit comments

Comments
 (0)