Skip to content

Commit 455a5ad

Browse files
authored
ViewEngineResult doc: see cref="IViewEngine" (#38729)
1 parent 5adbdcb commit 455a5ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mvc/Mvc.ViewFeatures/src/ViewEngines/ViewEngineResult.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace Microsoft.AspNetCore.Mvc.ViewEngines;
1313

1414
/// <summary>
15-
/// Represents the result of a view engine.
15+
/// Represents the result of an <see cref="IViewEngine" />.
1616
/// </summary>
1717
public class ViewEngineResult
1818
{

0 commit comments

Comments
 (0)