From 48347cc1ebda367d52ca106210cb534d8b113509 Mon Sep 17 00:00:00 2001 From: Tetsuo Kiso Date: Mon, 7 Jul 2014 16:31:20 +1000 Subject: [PATCH] doc/contribute.html: capitalize the first letter LGTM=dave R=golang-codereviews, dave CC=golang-codereviews https://golang.org/cl/109080048 --- doc/contribute.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contribute.html b/doc/contribute.html index 32ff09bdd3..849c1e4763 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -473,7 +473,7 @@ Mercurial failed to merge your changes with the independent change. When this happens, Mercurial leaves both edits in the file, marked by <<<<<<< and >>>>>>>. -it is now your job to edit the file to combine them. +It is now your job to edit the file to combine them. Continuing the example, searching for those strings in flag_test.go might turn up:

-- 2.48.1