summaryrefslogtreecommitdiffstats
path: root/docs/cpu-target.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cpu-target.md')
-rw-r--r--docs/cpu-target.md2
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