diff options
| author | Mehmet Oguz Derin <mehmetoguzderin@mehmetoguzderin.com> | 2025-06-22 13:48:53 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-22 10:48:53 +0000 |
| commit | 4b7a8997cddc5fdbfad7f54bdbdb00be0827c899 (patch) | |
| tree | 70ccec11ca1653df09e36af0a8e1fe022f6c1deb /docs | |
| parent | 5510278792ccd1bc7b5bd2053e06c7d2d6d97798 (diff) | |
Fix a small typo in CPU target docs (#7507)
Compiler word was missing after C/C++ in CPU target documentation. Thank you in advance!
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/cpu-target.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cpu-target.md b/docs/cpu-target.md index 89a43e09f..4d7d60eb2 100644 --- a/docs/cpu-target.md +++ b/docs/cpu-target.md @@ -6,7 +6,7 @@ Slang has preliminary support for producing CPU source and binaries. # Features * Can compile C/C++/Slang source to binaries (executables, shared libraries or [directly executable](#host-callable)) -* Does *not* require a C/C++ be installed if [slang-llvm](#slang-llvm) is available (as distributed with slang binary distributions) +* Does *not* require a C/C++ compiler to be installed if [slang-llvm](#slang-llvm) is available (as distributed with slang binary distributions) * Can compile Slang source into C++ source code * Supports compute style shaders |
