diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2022-05-16 15:34:18 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-16 15:34:18 -0400 |
| commit | 834c9b94bf1b24542d8d9ee59a6a15225871909b (patch) | |
| tree | 90682c88a213137fdbde1280eeac0159c969a1b9 /docs/user-guide | |
| parent | 21c3cc8a0a32f277df95be45abcc46642b906207 (diff) | |
Fix typo in docs. (#2237)
* #include an absolute path didn't work - because paths were taken to always be relative.
* Fix typo in docs.
Diffstat (limited to 'docs/user-guide')
| -rw-r--r-- | docs/user-guide/06-targets.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user-guide/06-targets.md b/docs/user-guide/06-targets.md index 8579c1c69..d8d71c9e7 100644 --- a/docs/user-guide/06-targets.md +++ b/docs/user-guide/06-targets.md @@ -2,7 +2,7 @@ layout: user-guide --- -Suported Compilation Targets +Supported Compilation Targets ============================ This chapter provides a brief overview of the compilation targets supported by Slang, and their different capabilities. |
