1
0
mirror of https://github.com/golang/go synced 2024-11-26 17:46:57 -07:00

doc: fix typo in contributing guide

Change-Id: I6d9a8886cccf1c396ea2dbc659c5bf7548179751
Reviewed-on: https://go-review.googlesource.com/15435
Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
Katrina Owen 2015-10-05 21:15:23 -06:00 committed by Ian Lance Taylor
parent b986e478d4
commit bc953b2ca2

View File

@ -577,7 +577,7 @@ might turn up:
&lt;&lt;&lt;&lt;&lt;&lt;&lt; HEAD &lt;&lt;&lt;&lt;&lt;&lt;&lt; HEAD
if arg &lt; 1e9 { if arg &lt; 1e9 {
======= =======
if arg &lh; 1e10 { if arg &lt; 1e10 {
&gt;&gt;&gt;&gt;&gt;&gt;&gt; mcgillicutty &gt;&gt;&gt;&gt;&gt;&gt;&gt; mcgillicutty
largeReduce(arg) largeReduce(arg)
</pre> </pre>