From 64257eedae4cccba1920c5f4d4f8d6f29cf0074e Mon Sep 17 00:00:00 2001 From: Chris Smowton Date: Wed, 12 Jul 2023 15:48:36 +0100 Subject: [PATCH] Fix count --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index caee90203c4..5324ac8f301 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,7 @@ If you have an idea for a query that you would like to share with other CodeQL u 1. **Directory structure** - There are seven language-specific query directories in this repository: + There are eight language-specific query directories in this repository: * C/C++: `cpp/ql/src` * C#: `csharp/ql/src`