diff --git a/src/Microsoft.AspNet.Mvc.Razor/RazorPage.cs b/src/Microsoft.AspNet.Mvc.Razor/RazorPage.cs
index 9b5b48a719..bee070add4 100644
--- a/src/Microsoft.AspNet.Mvc.Razor/RazorPage.cs
+++ b/src/Microsoft.AspNet.Mvc.Razor/RazorPage.cs
@@ -548,8 +548,8 @@ namespace Microsoft.AspNet.Mvc.Razor
///
/// A that represents the asynchronous flush operation and on
/// completion returns a .
- /// The value returned is a token value that allows FlushAsync to succeed. However the
- /// value does not represent the rendered content.
+ /// The value returned is a token value that allows FlushAsync to work directly in an HTML
+ /// section. However the value does not represent the rendered content.
public async Task FlushAsync()
{
// If there are active writing scopes then we should throw. Cannot flush content that has the potential to