From: Robert Griesemer Date: Tue, 21 Jul 2009 22:09:59 +0000 (-0700) Subject: adjust comment for better godoc output X-Git-Tag: weekly.2009-11-06~1082 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ff790f470462e315d810155b304306fec2b795be;p=gostls13.git adjust comment for better godoc output R=rsc DELTA=3 (0 added, 0 deleted, 3 changed) OCL=31944 CL=31950 --- diff --git a/src/pkg/bignum/bignum.go b/src/pkg/bignum/bignum.go index 71bf66d761..dd2200b6aa 100755 --- a/src/pkg/bignum/bignum.go +++ b/src/pkg/bignum/bignum.go @@ -5,9 +5,9 @@ // A package for arbitrary precision arithmethic. // It implements the following numeric types: // -// - Natural unsigned integers -// - Integer signed integers -// - Rational rational numbers +// - Natural unsigned integers +// - Integer signed integers +// - Rational rational numbers // package bignum