Update c.html.markdown

Co-authored-by: Boris Verkhovskiy <boris.verk@gmail.com>
This commit is contained in:
Chris Harding 2024-05-21 20:27:45 -04:00 committed by GitHub
parent db551c63ac
commit 0c5eb762c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -704,7 +704,7 @@ void testFunc2(void) {
// declared with some other starting value.
//**You may also declare functions as static to make them private**
// NOTE that before C23, and unlike C++, functions taking no arguments without
// Note that before C23, and unlike C++, functions taking no arguments without
// an explicit `void` inside the parameter list will be treated as taking an
// unknown number of arguments rather than no arguments.
void testFunc3(void) {