summaryrefslogtreecommitdiffstats
path: root/docs/nvapi-support.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/nvapi-support.md')
-rw-r--r--docs/nvapi-support.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/nvapi-support.md b/docs/nvapi-support.md
index a50a93bca..cb96f65fd 100644
--- a/docs/nvapi-support.md
+++ b/docs/nvapi-support.md
@@ -46,7 +46,7 @@ Thus causing the prelude to include nvHLSLExtns.h, and specifying the slot and p
The actual values for the slot and optionally the space, are found by Slang examining the values of those values at the end of preprocessing input Slang source files.
-This means that if you compile Slang source that has implicit use NVAPI, the slot and optionally the space must be defined. This can be achieved with a command line -D, throught the API or through having suitable `#define`s in the Slang source code.
+This means that if you compile Slang source that has implicit use NVAPI, the slot and optionally the space must be defined. This can be achieved with a command line -D, through the API or through having suitable `#define`s in the Slang source code.
It is worth noting if you *replace* the default HLSL prelude, and use NVAPI then it will be necessary to have something like the default HLSL prelude part of your custom prelude.