From bc953b2ca2b564fb5b0101e5f4cd63954d3f2c55 Mon Sep 17 00:00:00 2001 From: Katrina Owen Date: Mon, 5 Oct 2015 21:15:23 -0600 Subject: [PATCH] doc: fix typo in contributing guide Change-Id: I6d9a8886cccf1c396ea2dbc659c5bf7548179751 Reviewed-on: https://go-review.googlesource.com/15435 Reviewed-by: Ian Lance Taylor --- doc/contribute.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contribute.html b/doc/contribute.html index 45ed8f1553..7f74adf893 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -577,7 +577,7 @@ might turn up: <<<<<<< HEAD if arg < 1e9 { ======= - if arg &lh; 1e10 { + if arg < 1e10 { >>>>>>> mcgillicutty largeReduce(arg) -- 2.50.0