Skip to content

Commit

Permalink
Fixed spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
bausshf committed May 22, 2016
1 parent d3c12a7 commit d84b9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/view.d
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Expand Down

0 comments on commit d84b9af

Please sign in to comment.