From: Katrina Owen Date: Tue, 6 Oct 2015 03:15:23 +0000 (-0600) Subject: doc: fix typo in contributing guide X-Git-Tag: go1.6beta1~904 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=bc953b2ca2b564fb5b0101e5f4cd63954d3f2c55;p=gostls13.git doc: fix typo in contributing guide Change-Id: I6d9a8886cccf1c396ea2dbc659c5bf7548179751 Reviewed-on: https://go-review.googlesource.com/15435 Reviewed-by: Ian Lance Taylor --- 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)