Skip to content

Commit

Permalink
doc: fix typo in contributing guide
Browse files Browse the repository at this point in the history
Change-Id: I6d9a8886cccf1c396ea2dbc659c5bf7548179751
Reviewed-on: https://go-review.googlesource.com/15435
Reviewed-by: Ian Lance Taylor <[email protected]>
  • Loading branch information
kytrinyx authored and ianlancetaylor committed Oct 6, 2015
1 parent b986e47 commit bc953b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/contribute.html
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ <h3>Synchronize your client</h3>
&lt;&lt;&lt;&lt;&lt;&lt;&lt; HEAD
if arg &lt; 1e9 {
=======
if arg &lh; 1e10 {
if arg &lt; 1e10 {
&gt;&gt;&gt;&gt;&gt;&gt;&gt; mcgillicutty
largeReduce(arg)
</pre>
Expand Down

0 comments on commit bc953b2

Please sign in to comment.