From 142a169fe1d46130a04c4bb19376dfe7f49b6428 Mon Sep 17 00:00:00 2001 From: Cloudwalk Date: Sat, 4 May 2024 02:11:26 -0400 Subject: [PATCH] CONTRIBUTING: Fix typos --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f68358857..e51608d21 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -118,8 +118,8 @@ If, for some reason, you care enough, compatibility can always be tested affirmatively by setting CC=g++. CC=clang++ may not work in the future, if - it did not already stop working in current versions LLVM, as it otherwise - spams deprecation warnings for using a C file asinput to a C++ compiler. + it didn't already stop working in current versions of LLVM, as it otherwise + spams deprecation warnings for using a C file as input to a C++ compiler. > [!NOTE] > We do not officially support building C code with a C++ compiler and may not