diff --git a/godoc/static/godoc.html b/godoc/static/godoc.html
index 6a34b30825..ee6a3a6d3e 100644
--- a/godoc/static/godoc.html
+++ b/godoc/static/godoc.html
@@ -16,7 +16,10 @@
-
-
-...
-
-
diff --git a/godoc/static/static.go b/godoc/static/static.go
index 625ac16ea4..2b6b0121fe 100644
--- a/godoc/static/static.go
+++ b/godoc/static/static.go
@@ -61,7 +61,7 @@ var Files = map[string]string{
types are assignable to each interface type.
Type analysis is relatively quick, requiring about 10 seconds for
- the >200 packages of the standard library, for example.
+ the >200 packages of the standard library, for example.
Compiler errors
@@ -149,7 +149,7 @@ var Files = map[string]string{
In this example, hovering over the declaration of the
- rot13 function (defined in in strings/strings.test.go)
+ rot13 function (defined in strings/strings_test.go)
reveals that it is called in exactly one place.
@@ -485,7 +485,10 @@ var Files = map[string]string{
-
-
-...
-
-