fix: typo

This commit is contained in:
Rezam 2019-09-11 11:03:28 +04:30
parent d8f796af33
commit 89e6059fca
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) {