Skip to content

Commit 22c6bdf

Browse files
committed
Change lib to library
1 parent 067f62f commit 22c6bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/1-introduction/1-1-getting-started/1-1-2-hello-d3d11.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ for an application with a window through GLFW. The implementation for `Main.cpp`
77

88
If you are looking at the source code for this chapter, you will also notice that `Application.cpp`
99
and `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
1111
code that is shared between all chapters, so it might include a lot of other files which are not
1212
used or are not relevant within some chapters.
1313

0 commit comments

Comments
 (0)