diff --git a/doc/go1.13.html b/doc/go1.13.html index 5723fee1b34..1f83c0d9a03 100644 --- a/doc/go1.13.html +++ b/doc/go1.13.html @@ -292,11 +292,11 @@ TODO
- The new Value.IsZero method reports whether a Value is a zero value for its type.
+ The new Value.IsZero method reports whether a Value is the zero value for its type.
- The MakeFunc function now allows assignment conversions on returned values, instead of requiring exact type match. This is particularly useful when the type being returned is an interface type, but the value actually returned is a concrete value implementing that type.
+ The MakeFunc function now allows assignment conversions on returned values, instead of requiring exact type match. This is particularly useful when the type being returned is an interface type, but the value actually returned is a concrete value implementing that type.