This commit is contained in:
Christian Muehlhaeuser 2019-07-20 04:51:31 +00:00 committed by GitHub
commit bd9b6f2c8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ func changeKind(v *reflect.Value, readOnly bool) {
*flags |= flagKindMask
}
// TestAddedReflectValue tests functionaly of the dump and formatter code which
// TestAddedReflectValue tests functionally of the dump and formatter code which
// falls back to the standard fmt library for new types that might get added to
// the language.
func TestAddedReflectValue(t *testing.T) {