mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-01-17 13:38:38 +01:00
Requires -> Require
This commit is contained in:
parent
bf1fe71a83
commit
842b247b74
@ -89,7 +89,7 @@ int main (int argc, char** argv)
|
||||
// Types
|
||||
///////////////////////////////////////
|
||||
|
||||
// Compilers that are not C99-compliant requires that variables MUST be
|
||||
// Compilers that are not C99-compliant require that variables MUST be
|
||||
// declared at the top of the current block scope.
|
||||
// Compilers that ARE C99-compliant allow declarations near the point where
|
||||
// the value is used.
|
||||
|
Loading…
x
Reference in New Issue
Block a user