Fixing typo in doc comment

This commit is contained in:
Pranav K 2015-02-20 09:45:14 -08:00
parent e797b0af51
commit ffc72e58e8
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ namespace Microsoft.AspNet.Mvc.Razor
}
/// <summary>
/// Gets or sets a value that determines if symbols (.pdb) file for the precompiled views.
/// Gets or sets a value that determines if symbols (.pdb) file for the precompiled views is generated.
/// </summary>
public bool GenerateSymbols { get; set; }

View File

@ -32,7 +32,7 @@ namespace Microsoft.AspNet.Mvc
}
/// <summary>
/// Gets or sets a value that determines if symbols (.pdb) file for the precompiled views.
/// Gets or sets a value that determines if symbols (.pdb) file for the precompiled views is generated.
/// </summary>
public bool GenerateSymbols { get; protected set; }