diff --git a/src/Microsoft.AspNet.Mvc.Razor/RazorView.cs b/src/Microsoft.AspNet.Mvc.Razor/RazorView.cs
index 08050291a4..3ba6fd7fc2 100644
--- a/src/Microsoft.AspNet.Mvc.Razor/RazorView.cs
+++ b/src/Microsoft.AspNet.Mvc.Razor/RazorView.cs
@@ -38,7 +38,8 @@ namespace Microsoft.AspNet.Mvc.Razor
///
/// Gets or sets a value that determines if the view hierarchy is executed as part of
/// executing the instance. The view hierarchy involves _ViewStart
- /// and Layout pages.
+ /// and Layout pages.
+ ///
public bool ExecuteViewHierarchy { get; set; }
///