Comment typo (#5557)

This commit is contained in:
Steve Smith 2016-11-22 16:55:24 -05:00 committed by Doug Bunting
parent fc9e76aeec
commit 34dd9472ba
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ using Microsoft.AspNetCore.Mvc.ModelBinding;
namespace ApplicationModelWebSite
{
// This controller uses an reflected model attribute to change a parameter's binder metadata.
// This controller uses a reflected model attribute to change a parameter's binder metadata.
//
// This could be accomplished by simply making an attribute that implements IBinderMetadata, but
// this is part of a test for IParameterModelConvention.
@ -29,4 +29,4 @@ namespace ApplicationModelWebSite
}
}
}
}
}