c.texi (Function Declaration): Remove a left-over 'an' in 'an creating'.

This commit is contained in:
Ineiev 2025-05-05 10:24:44 +00:00
parent 35ce19e318
commit 91873bac90
1 changed files with 1 additions and 1 deletions

2
c.texi
View File

@ -10766,7 +10766,7 @@ static foo (double x);
defaults the return type to @code{int}.
This is bad practice; if you see it, fix it.
Calling a function that is undeclared has the effect of an creating
Calling a function that is undeclared has the effect of creating
an @dfn{implicit} declaration in the innermost containing scope,
equivalent to this: