]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fix typo in contributing guide
authorKatrina Owen <katrina.owen@gmail.com>
Tue, 6 Oct 2015 03:15:23 +0000 (21:15 -0600)
committerIan Lance Taylor <iant@golang.org>
Tue, 6 Oct 2015 03:18:17 +0000 (03:18 +0000)
Change-Id: I6d9a8886cccf1c396ea2dbc659c5bf7548179751
Reviewed-on: https://go-review.googlesource.com/15435
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/contribute.html

index 45ed8f1553bc8ffc1f5b678538d5b54e1e9f2f76..7f74adf89371d606003b2f5ba3ac51f7e1872f02 100644 (file)
@@ -577,7 +577,7 @@ might turn up:
 &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>