fix comment

This commit is contained in:
Alex Flint 2019-08-06 16:00:13 -07:00
parent 990e87d80d
commit fcdfbc090b
1 changed files with 3 additions and 1 deletions

View File

@ -887,7 +887,9 @@ func TestEmbeddedPtr(t *testing.T) {
}
func TestEmbeddedPtrIgnored(t *testing.T) {
// embedded pointer fields are not supported but here we
// embedded pointer fields are not normally supported but here
// we explicitly exclude it so the non-nil embedded structs
// should work as expected
var args struct {
*A `arg:"-"`
B