diff --git a/doc/go_faq.html b/doc/go_faq.html index a44a35be8f..76a4feb8ce 100644 --- a/doc/go_faq.html +++ b/doc/go_faq.html @@ -19,7 +19,7 @@ dependency analysis—and fast compilation.
  • There is a growing rebellion against cumbersome type systems like those of Java and C++, pushing people towards dynamically typed languages such as -Python and Javascript. +Python and JavaScript.
  • Some fundamental concepts such as garbage collection and parallel computation are not well supported by popular systems languages. @@ -33,15 +33,14 @@ garbage-collected language with fast compilation. Regarding the points above: