]> Cypherpunks repositories - gostls13.git/commitdiff
adjust comment for better godoc output
authorRobert Griesemer <gri@golang.org>
Tue, 21 Jul 2009 22:09:59 +0000 (15:09 -0700)
committerRobert Griesemer <gri@golang.org>
Tue, 21 Jul 2009 22:09:59 +0000 (15:09 -0700)
R=rsc
DELTA=3  (0 added, 0 deleted, 3 changed)
OCL=31944
CL=31950

src/pkg/bignum/bignum.go

index 71bf66d76110be2292e6a05868b96d9ead718ae5..dd2200b6aad7246117169a8fb38e25f47413eb55 100755 (executable)
@@ -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