mirror of https://github.com/golang/go.git
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:
parent
b986e478d4
commit
bc953b2ca2
|
|
@ -577,7 +577,7 @@ might turn up:
|
||||||
<<<<<<< HEAD
|
<<<<<<< HEAD
|
||||||
if arg < 1e9 {
|
if arg < 1e9 {
|
||||||
=======
|
=======
|
||||||
if arg &lh; 1e10 {
|
if arg < 1e10 {
|
||||||
>>>>>>> mcgillicutty
|
>>>>>>> mcgillicutty
|
||||||
largeReduce(arg)
|
largeReduce(arg)
|
||||||
</pre>
|
</pre>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue