aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/get_involved.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/get_involved.html b/www/get_involved.html
index a1b8f3344c..75449f4bcc 100644
--- a/www/get_involved.html
+++ b/www/get_involved.html
@@ -82,7 +82,7 @@ time).</li>
<li><b>Continue work on C++ support</b>: Implementing all of C++ is a very big
job, but there are lots of little things that can be done. Right now we support
some small things like references and bool. We also support parsing of
-namespace's, but don't build ASTs for it. It would be straight-forward to
+namespaces, but don't build ASTs for it. It would be straight-forward to
implement support for representing namespaces, then add support for things like
foo::bar::baz. Likewise, lots of other little pieces can be picked off and
implemented.</li>