Skip to content

Commit

Permalink
Fixed typo (#8063)
Browse files Browse the repository at this point in the history
  • Loading branch information
pifopi authored Oct 15, 2024
1 parent 49a9eee commit 971d243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ DirectX9:
```
```cpp
DirectX11:
- ImTextureID should contain a 'ID3D11ShaderResourceView*' (poiter)
- ImTextureID should contain a 'ID3D11ShaderResourceView*' (pointer)
- See ImGui_ImplDX11_RenderDrawData() function in imgui_impl_dx11.cpp
```
```cpp
Expand Down

0 comments on commit 971d243

Please sign in to comment.