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:
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
Block a user