doc/faq: fix formatting problems due to missing angle bracket

CL 556915 left a '</code' closing tag instead of '</code>'.

Fixes golang/go#65381

Change-Id: I8f9be9ff863d2908be62b07ba15213e41f1a2534
Reviewed-on: https://go-review.googlesource.com/c/website/+/559501
Reviewed-by: Eli Bendersky <eliben@google.com>
Reviewed-by: Mauri de Souza Meneguzzo <mauri870@gmail.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
diff --git a/_content/doc/faq.html b/_content/doc/faq.html
index 65b87a4..9380005 100644
--- a/_content/doc/faq.html
+++ b/_content/doc/faq.html
@@ -295,7 +295,7 @@
 The "standard" compiler, part of the Go toolchain supported by the
 Go team at Google, is called <code>gc</code>.
 In addition, there are also a GCC-based compiler (<code>gccgo</code>) and
-an LLVM-based compiler (<code>gollvm</code),
+an LLVM-based compiler (<code>gollvm</code>),
 as well as a growing list of unusual ones serving different purposes,
 sometimes implementing language subsets,
 such as <a href="https://tinygo.org/">TinyGo</a>.