Skip to content

Commit 1cafcfc

Browse files
thepuddseliben
authored andcommitted
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 <[email protected]> Reviewed-by: Mauri de Souza Meneguzzo <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent 8bd7371 commit 1cafcfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_content/doc/faq.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ <h3 id="Do_Go_programs_link_with_Cpp_programs">
295295
The "standard" compiler, part of the Go toolchain supported by the
296296
Go team at Google, is called <code>gc</code>.
297297
In addition, there are also a GCC-based compiler (<code>gccgo</code>) and
298-
an LLVM-based compiler (<code>gollvm</code),
298+
an LLVM-based compiler (<code>gollvm</code>),
299299
as well as a growing list of unusual ones serving different purposes,
300300
sometimes implementing language subsets,
301301
such as <a href="https://tinygo.org/">TinyGo</a>.

0 commit comments

Comments
 (0)