From 8e902dd726c6cd76aace8f70f929a520f736c214 Mon Sep 17 00:00:00 2001 From: Robin Eklind Date: Wed, 9 Jul 2014 14:26:37 -0700 Subject: [PATCH] docs: Make consistent use of optional li closing tags. LGTM=r R=golang-codereviews, r CC=golang-codereviews https://golang.org/cl/105100044 --- doc/docs.html | 4 ++-- 1 file 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.
  • Godoc: documenting Go code - writing good documentation for godoc.
  • Profiling Go Programs
  • Data Race Detector - a manual for the data race detector.
  • -
  • Introducing the Go Race Detector - an introduction to the race detector. -
  • A Quick Guide to Go's Assembler - an introduction to the assembler used by Go. +
  • Introducing the Go Race Detector - an introduction to the race detector.
  • +
  • A Quick Guide to Go's Assembler - an introduction to the assembler used by Go.
  • More

    -- 2.48.1