Fixing break

This commit is contained in:
Harsh Gupta 2015-03-18 10:12:25 -07:00
parent 57f22197a9
commit 55af12b620
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ namespace Microsoft.AspNet.Cors.Core
/// <summary> /// <summary>
/// An interface which can be used to identify a type which provides metadata needed for enabling CORS support. /// An interface which can be used to identify a type which provides metadata needed for enabling CORS support.
/// </summary> /// </summary>
public interface IEnableCorsMetadata public interface IEnableCorsAttribute
{ {
/// <summary> /// <summary>
/// The name of the policy which needs to be applied. /// The name of the policy which needs to be applied.