Skip to content

Commit 067f62f

Browse files
committed
Fix typo
1 parent 35f0a88 commit 067f62f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,14 +125,14 @@ void HelloD3D11Application::Render()
125125
}
126126
```
127127
128-
`HellD3D11Application.hpp`
128+
HelloD3D11Application.hpp
129129
```cpp
130130
#include <d3d11.h>
131131
#include <dxgi1_3.h>
132132
#include <wrl.h>
133133
```
134134

135-
`HellD3D11Application.cpp`
135+
HelloD3D11Application.cpp
136136
```cpp
137137
#include <GLFW/glfw3.h>
138138
#define GLFW_EXPOSE_NATIVE_WIN32

0 commit comments

Comments
 (0)