diff options
| author | Tim Foley <tfoleyNV@users.noreply.github.com> | 2018-03-16 09:06:01 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-16 09:06:01 -0700 |
| commit | 4c23ba2af6dfb244bbf193f2e540e5e70e13f629 (patch) | |
| tree | 63769bd19cd5105118a12b51f2bc22846e5709ea /docs | |
| parent | 93ac152bf8283eff1d1b2ec0f7df897a4e96464f (diff) | |
Typos (#444)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api-users-guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api-users-guide.md b/docs/api-users-guide.md index a449ab4c8..65e804c0c 100644 --- a/docs/api-users-guide.md +++ b/docs/api-users-guide.md @@ -86,7 +86,7 @@ spSetCodeGenTarget(request, SLANG_SPIRV); If you will be passing files with `#include` directives to Slang, you'll need to specify where it should look for those files: ```c++ -spAddSearchpath(request, "some/path/"); +spAddSearchPath(request, "some/path/"); ``` Note that for now Slang does not support any kind of "virtual filesystem," although that is obviously a desirable feature to add. |
