diff options
Diffstat (limited to 'tpl/math')
-rw-r--r-- | tpl/math/math.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/math/math.go b/tpl/math/math.go index 2b2497c3e..badc189c8 100644 --- a/tpl/math/math.go +++ b/tpl/math/math.go @@ -11,7 +11,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// Package math provides template functions for mathmatical operations. +// Package math provides template functions for mathematical operations. package math import ( |