From d84b9af042ff4d52aa861132688f31b0a9b2e3b9 Mon Sep 17 00:00:00 2001 From: Jacob Jensen Date: Sun, 22 May 2016 04:03:49 +0200 Subject: [PATCH] Fixed spelling mistake --- src/views/view.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/view.d b/src/views/view.d index 280a9cb..398c611 100644 --- a/src/views/view.d +++ b/src/views/view.d @@ -100,7 +100,7 @@ version (Not_WebService) { /// Gets the place-holders. ref auto placeHolders() { return _placeHolders; } - version (WebServe) { + version (WebServer) { /// Gets a boolean determining whether the view is using the default route or not. This is equivalent to route[0]. auto isDefaultRoute() { return _route.length == 1; } /// Gets the action of the view. This is equivalent to route[1].