From f6788ed0b6933a41cc363aedb309c16f8a9c079a Mon Sep 17 00:00:00 2001 From: Jason Dew Date: Mon, 8 May 2017 09:50:41 -0400 Subject: [PATCH] Making subscriptions comment more clear --- src/Main.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main.elm b/src/Main.elm index f012b7ed14..8af05d8ef5 100644 --- a/src/Main.elm +++ b/src/Main.elm @@ -161,7 +161,7 @@ viewPage session isLoading page = -- SUBSCRIPTIONS -- --- Note: we aren't currently doing any subscriptions, but I thought it would +-- Note: we aren't currently doing any page subscriptions, but I thought it would -- be a good idea to put this in here as an example. If I were actually -- maintaining this in production, I wouldn't bother until I needed this!