File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
docs/1-introduction/1-1-getting-started Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ for an application with a window through GLFW. The implementation for `Main.cpp`
77
88If you are looking at the source code for this chapter, you will also notice that ` Application.cpp `
99and ` Application.hpp ` do not exist anymore, as we have moved both of these files into a separate
10- ` Framework ` project that creates a static lib, to ease development between chapters. This ` Framework ` project will include
10+ ` Framework ` project that creates a static library to ease development between chapters. This ` Framework ` project will include
1111code that is shared between all chapters, so it might include a lot of other files which are not
1212used or are not relevant within some chapters.
1313
You can’t perform that action at this time.
0 commit comments