aboutsummaryrefslogtreecommitdiff
path: root/src/strconv/extfloat.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/strconv/extfloat.go')
-rw-r--r--src/strconv/extfloat.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strconv/extfloat.go b/src/strconv/extfloat.go
index 558daa1dbe..32d3340f5f 100644
--- a/src/strconv/extfloat.go
+++ b/src/strconv/extfloat.go
@@ -19,7 +19,7 @@ type extFloat struct {
}
// Powers of ten taken from double-conversion library.
-// http://code.google.com/p/double-conversion/
+// https://code.google.com/p/double-conversion/
const (
firstPowerOfTen = -348
stepPowerOfTen = 8