瀏覽代碼

Fixed typo (#8063)

DOTTEL Gaël 9 月之前
父節點
當前提交
971d243a87
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/FAQ.md

+ 1 - 1
docs/FAQ.md

@@ -405,7 +405,7 @@ DirectX9:
 ```
 ```
 ```cpp
 ```cpp
 DirectX11:
 DirectX11:
-- ImTextureID should contain a 'ID3D11ShaderResourceView*' (poiter)
+- ImTextureID should contain a 'ID3D11ShaderResourceView*' (pointer)
 - See ImGui_ImplDX11_RenderDrawData() function in imgui_impl_dx11.cpp
 - See ImGui_ImplDX11_RenderDrawData() function in imgui_impl_dx11.cpp
 ```
 ```
 ```cpp
 ```cpp