Commit 01ecd416 authored by Tormod Erevik Lea's avatar Tormod Erevik Lea Committed by Brad Fitzpatrick

encoding/gob: fix typo in documentation

Change-Id: I6a882d9f0bc20b7a8bf73765e055d9344f3f401f
Reviewed-on: https://go-review.googlesource.com/15422Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 3e6334e2
...@@ -787,7 +787,7 @@ func mustGetTypeInfo(rt reflect.Type) *typeInfo { ...@@ -787,7 +787,7 @@ func mustGetTypeInfo(rt reflect.Type) *typeInfo {
// contain things such as private fields, channels, and functions, // contain things such as private fields, channels, and functions,
// which are not usually transmissible in gob streams. // which are not usually transmissible in gob streams.
// //
// Note: Since gobs can be stored permanently, It is good design // Note: Since gobs can be stored permanently, it is good design
// to guarantee the encoding used by a GobEncoder is stable as the // to guarantee the encoding used by a GobEncoder is stable as the
// software evolves. For instance, it might make sense for GobEncode // software evolves. For instance, it might make sense for GobEncode
// to include a version number in the encoding. // to include a version number in the encoding.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment