From 81b8c0671da87d2bb360cb99bf8bf5205d40e616 Mon Sep 17 00:00:00 2001 From: HRXN Date: Wed, 2 Dec 2020 18:23:58 +0100 Subject: [PATCH] Update CONTRIBUTING.md Remove double word --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2d57d170..1c1666c4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -75,7 +75,7 @@ incur the cost of maintaining build systems in miniaudio. ### "Would you consider feature XYZ? It requires C11, but don't worry, all compilers support it." One of the philosophies of miniaudio is that it should just work, and that includes compilation environment. There's -no real reason to not support support older compilers. Newer versions of C will not add anything of any significance +no real reason to not support older compilers. Newer versions of C will not add anything of any significance that cannot already be done in C89. ### "Will you consider adding a third license option such as [my favourite license]?"