From 5be4bdbfb1e8e57999c760114a38b8e259ec2187 Mon Sep 17 00:00:00 2001 From: Ceirop <117931752+Ceirop@users.noreply.github.com> Date: Wed, 28 Dec 2022 22:25:54 +0100 Subject: [PATCH] "in C++" was typed twice. --- Using-raylib-with-Cpp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Using-raylib-with-Cpp.md b/Using-raylib-with-Cpp.md index 6460fa0..b69fb64 100644 --- a/Using-raylib-with-Cpp.md +++ b/Using-raylib-with-Cpp.md @@ -10,7 +10,7 @@ No, `raylib-cpp` is not required to use raylib with C++. `raylib-cpp` is an opti # How can I fix C [compound-literals](https://gcc.gnu.org/onlinedocs/gcc/Compound-Literals.html) related errors? -You can get the folllowing error when building raylib examples in C++ in C++: +You can get the folllowing error when building raylib examples in C++: > `A parenthesized type followed by an initializer list is a non-standard explicit type conversion syntax`