diff options
Diffstat (limited to 'libgo/go/math/const.go')
-rw-r--r-- | libgo/go/math/const.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/math/const.go b/libgo/go/math/const.go index b53527a..a108d3e 100644 --- a/libgo/go/math/const.go +++ b/libgo/go/math/const.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// The math package provides basic constants and mathematical functions. +// Package math provides basic constants and mathematical functions. package math // Mathematical constants. |