diff --git a/src/Umbraco.Web/RoutableDocumentFilter.cs b/src/Umbraco.Web/RoutableDocumentFilter.cs
index be2c8ad405..465480ce22 100644
--- a/src/Umbraco.Web/RoutableDocumentFilter.cs
+++ b/src/Umbraco.Web/RoutableDocumentFilter.cs
@@ -86,7 +86,6 @@ namespace Umbraco.Web
///
/// Determines whether the specified URL is reserved or is inside a reserved path.
///
- ///
/// The URL to check.
///
/// true if the specified URL is reserved; otherwise, false.