diff options
| author | Robin Eklind <r.eklind.87@gmail.com> | 2014-07-09 14:26:37 -0700 |
|---|---|---|
| committer | Rob Pike <r@golang.org> | 2014-07-09 14:26:37 -0700 |
| commit | 8e902dd726c6cd76aace8f70f929a520f736c214 (patch) | |
| tree | 6aab3587f658e904098049d2ad600043c6d864ff /doc/docs.html | |
| parent | fe71b387b32e59a3424b66bf7016c047f98ca1fd (diff) | |
| download | go-8e902dd726c6cd76aace8f70f929a520f736c214.tar.xz | |
docs: Make consistent use of optional li closing tags.
LGTM=r
R=golang-codereviews, r
CC=golang-codereviews
https://golang.org/cl/105100044
Diffstat (limited to 'doc/docs.html')
| -rw-r--r-- | doc/docs.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/docs.html b/doc/docs.html index bb2d52dcba..1a3d88b4bf 100644 --- a/doc/docs.html +++ b/doc/docs.html @@ -147,8 +147,8 @@ Guided tours of Go programs. <li><a href="/blog/godoc-documenting-go-code">Godoc: documenting Go code</a> - writing good documentation for <a href="/cmd/godoc/">godoc</a>.</li> <li><a href="/blog/profiling-go-programs">Profiling Go Programs</a></li> <li><a href="/doc/articles/race_detector.html">Data Race Detector</a> - a manual for the data race detector.</li> -<li><a href="/blog/race-detector">Introducing the Go Race Detector</a> - an introduction to the race detector. -<li><a href="/doc/asm">A Quick Guide to Go's Assembler</a> - an introduction to the assembler used by Go. +<li><a href="/blog/race-detector">Introducing the Go Race Detector</a> - an introduction to the race detector.</li> +<li><a href="/doc/asm">A Quick Guide to Go's Assembler</a> - an introduction to the assembler used by Go.</li> </ul> <h4 id="articles_more">More</h4> |
