summaryrefslogtreecommitdiffhomepage
path: root/c.html.markdown
diff options
context:
space:
mode:
authorKoenigKrote <koenigkrote@outlook.com>2020-02-21 18:46:28 -0700
committerKoenigKrote <koenigkrote@outlook.com>2020-02-21 18:46:28 -0700
commit842b247b74a81d8e00dab83875d1f5de15db3cc7 (patch)
tree9cf6fae11db107844a4ea3ba2d9aa9ab3e23831e /c.html.markdown
parentbf1fe71a83a244dcfe36c543913829aaaf624f2e (diff)
Requires -> Require
Diffstat (limited to 'c.html.markdown')
-rw-r--r--c.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/c.html.markdown b/c.html.markdown
index 5b02390d..a57be1dc 100644
--- a/c.html.markdown
+++ b/c.html.markdown
@@ -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.