diff --git a/Doc/Manual/Contents.html b/Doc/Manual/Contents.html
index 25d2dbf9c..66bf41264 100644
--- a/Doc/Manual/Contents.html
+++ b/Doc/Manual/Contents.html
@@ -720,9 +720,9 @@
Go Enumerations
Go Classes
-Go Templates
+Go Templates
Go Director Classes
Default Go primitive type mappings
diff --git a/Doc/Manual/Go.html b/Doc/Manual/Go.html
index 7d2ce9db8..f6e87afb4 100644
--- a/Doc/Manual/Go.html
+++ b/Doc/Manual/Go.html
@@ -23,9 +23,9 @@
Go Enumerations
Go Classes
-Go Templates
+Go Templates
Go Director Classes
Default Go primitive type mappings
@@ -289,7 +289,7 @@ to reinterpret_cast. This should only be used for very
special cases, such as where C++ would use a dynamic_cast.
-20.3.5.1 Go Class Inheritance
+20.3.5.1 Go Class Inheritance
@@ -301,7 +301,7 @@ Doing the reverse will require an explicit type assertion, which will
be checked dynamically.
-20.3.6 Go Templates
+20.3.6 Go Templates
@@ -341,7 +341,7 @@ For example:
type GoClass struct { }
func (p *GoClass) VirtualFunction() { }
func MakeClass() ClassName {
- return NewDirectorClassName(&GoClass{})
+ return NewDirectorClassName(&GoClass{})
}