diff options
Diffstat (limited to 'src/pkg/math/const.go')
-rw-r--r-- | src/pkg/math/const.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/math/const.go b/src/pkg/math/const.go index b53527a4f..a108d3e29 100644 --- a/src/pkg/math/const.go +++ b/src/pkg/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. |