summaryrefslogtreecommitdiffstats
path: root/llgo/third_party/gofrontend/libgo/go/encoding/json/fold.go
diff options
context:
space:
mode:
Diffstat (limited to 'llgo/third_party/gofrontend/libgo/go/encoding/json/fold.go')
-rw-r--r--llgo/third_party/gofrontend/libgo/go/encoding/json/fold.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/llgo/third_party/gofrontend/libgo/go/encoding/json/fold.go b/llgo/third_party/gofrontend/libgo/go/encoding/json/fold.go
index d6f77c93e57..9e170127dba 100644
--- a/llgo/third_party/gofrontend/libgo/go/encoding/json/fold.go
+++ b/llgo/third_party/gofrontend/libgo/go/encoding/json/fold.go
@@ -26,7 +26,7 @@ const (
// The letters S and K are special because they map to 3 runes, not just 2:
// * S maps to s and to U+017F 'ſ' Latin small letter long s
// * k maps to K and to U+212A 'K' Kelvin sign
-// See http://play.golang.org/p/tTxjOc0OGo
+// See https://play.golang.org/p/tTxjOc0OGo
//
// The returned function is specialized for matching against s and
// should only be given s. It's not curried for performance reasons.
OpenPOWER on IntegriCloud