diff --git a/doc/install-source.html b/doc/install-source.html
index 4ed9487504c..1928b0ba9b4 100644
--- a/doc/install-source.html
+++ b/doc/install-source.html
@@ -307,7 +307,7 @@ package main
import "fmt"
func main() {
- fmt.Printf("hello, world\n")
+ fmt.Printf("hello, world\n")
}
diff --git a/doc/install.html b/doc/install.html
index 79ae9664c89..cd9abcc57d4 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -242,7 +242,7 @@ package main
import "fmt"
func main() {
- fmt.Printf("hello, world\n")
+ fmt.Printf("hello, world\n")
}