Fixing typo in doc comment
This commit is contained in:
parent
e797b0af51
commit
ffc72e58e8
|
|
@ -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; }
|
||||
|
||||
|
|
|
|||
|
|
@ -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; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue