From: Robert Griesemer Date: Thu, 2 Feb 2012 22:43:55 +0000 (-0800) Subject: math/big: document Word type X-Git-Tag: weekly.2012-02-07~121 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=25787acb3ca692d951395f1d5b9b67a64d5becdc;p=gostls13.git math/big: document Word type R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5615050 --- diff --git a/src/pkg/math/big/arith.go b/src/pkg/math/big/arith.go index 5a30d3cf3a..f316806d7c 100644 --- a/src/pkg/math/big/arith.go +++ b/src/pkg/math/big/arith.go @@ -8,8 +8,7 @@ package big -// TODO(gri) Decide if Word needs to remain exported. - +// A Word represents a single digit of a multi-precision unsigned integer. type Word uintptr const (