diff --git a/doc/go_spec.html b/doc/go_spec.html index 818b34d86e..c7f2fdb4c5 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -4013,7 +4013,7 @@ string(0x65e5) // "\u65e5" == "日" == "\xe6\x97\xa5" concatenation of the individual integers converted to strings. If the slice value is nil, the result is the empty string.
-string([]int{0x65e5, 0x672c, 0x8a9e})  // "\u65e5\u672c\u8a9e" == "日本語"
+string([]int{0x767d, 0x9d6c, 0x7fd4}) // "\u767d\u9d6c\u7fd4" == "白鵬翔"