commit | bc953b2ca2b564fb5b0101e5f4cd63954d3f2c55 | [log] [tgz] |
---|---|---|
author | Katrina Owen <katrina.owen@gmail.com> | Mon Oct 05 21:15:23 2015 -0600 |
committer | Ian Lance Taylor <iant@golang.org> | Tue Oct 06 03:18:17 2015 +0000 |
tree | 95076ab4118f6dcffa5b6865410fc8c50af45239 | |
parent | b986e478d4cf97d36418a22821582aae81460cf7 [diff] [blame] |
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>
diff --git a/doc/contribute.html b/doc/contribute.html index 45ed8f1..7f74adf 100644 --- a/doc/contribute.html +++ b/doc/contribute.html
@@ -577,7 +577,7 @@ <<<<<<< HEAD if arg < 1e9 { ======= - if arg &lh; 1e10 { + if arg < 1e10 { >>>>>>> mcgillicutty largeReduce(arg) </pre>