From 4b7a8997cddc5fdbfad7f54bdbdb00be0827c899 Mon Sep 17 00:00:00 2001 From: Mehmet Oguz Derin Date: Sun, 22 Jun 2025 13:48:53 +0300 Subject: Fix a small typo in CPU target docs (#7507) Compiler word was missing after C/C++ in CPU target documentation. Thank you in advance! --- docs/cpu-target.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 -- cgit v1.2.3