Updating CODING-GUIDELINES - typo fix

This commit is contained in:
Autechre 2021-08-28 17:24:32 +02:00 committed by GitHub
parent 5b3e5f5daa
commit 2474fe3c2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,7 +91,7 @@ guideline, do not hesitate to point them out to us.
Variable declaration
--------------------
For C source files, we have to insists you stick to the following:
For C source files, we have to insist you stick to the following:
- Declare variables either at the start of a function or the start
of a code block, depending on the scope they need.