diff options
Diffstat (limited to 'libgo/go/math/modf.go')
-rw-r--r-- | libgo/go/math/modf.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/math/modf.go b/libgo/go/math/modf.go index 5d2f489..b59d4b7 100644 --- a/libgo/go/math/modf.go +++ b/libgo/go/math/modf.go @@ -5,7 +5,7 @@ package math // Modf returns integer and fractional floating-point numbers -// that sum to f. Both values have the same sign as f. +// that sum to f. Both values have the same sign as f. // // Special cases are: // Modf(±Inf) = ±Inf, NaN |