diff --git a/go/table.go b/go/table.go
index 01d3db1225083d30d574c2aa8d3ec645a2c197ee..b273146fad40f403bb41a90c061362560a96e1b5 100644
--- a/go/table.go
+++ b/go/table.go
@@ -10,7 +10,7 @@ type Table struct {
 
 // Offset provides access into the Table's vtable.
 //
-// Deprecated fields are ignored by checking against the vtable's length.
+// Fields which are deprecated are ignored by checking against the vtable's length.
 func (t *Table) Offset(vtableOffset VOffsetT) VOffsetT {
 	vtable := UOffsetT(SOffsetT(t.Pos) - t.GetSOffsetT(t.Pos))
 	if vtableOffset < t.GetVOffsetT(vtable) {