Fix doc typo

PiperOrigin-RevId: 244773890
Change-Id: I2d0cd7789771276ba545b38efff6d3e24133baaa
This commit is contained in:
Michael Pratt
2019-04-22 18:22:19 -07:00
committed by Shentubot
parent f86c35a51f
commit d6aac9387f
+1 -1
View File
@@ -155,7 +155,7 @@ type ErrCorruption struct {
Err error
}
// Error returns a sensible description of the save rejection error.
// Error returns a sensible description of the restore error.
func (e ErrCorruption) Error() string {
return "restore failed due to external file system state in corruption: " + e.Err.Error()
}