Skip to content

Commit ad14ff6

Browse files
author
Richard Feldman
committed
Update note in Main.elm
1 parent 54e3fac commit ad14ff6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Main.elm

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ import Username exposing (Username)
2626
import Viewer exposing (Viewer)
2727

2828

29-
30-
-- WARNING: Based on discussions around how asset management features
31-
-- like code splitting and lazy loading have been shaping up, I expect
32-
-- most of this file to become unnecessary in a future release of Elm.
33-
-- Avoid putting things in here unless there is no alternative!
29+
-- NOTE: Based on discussions around how asset management features
30+
-- like code splitting and lazy loading have been shaping up, it's possible
31+
-- that most of this file may become unnecessary in a future release of Elm.
32+
-- Avoid putting things in this module unless there is no alternative!
33+
-- See https://discourse.elm-lang.org/t/elm-spa-in-0-19/1800/2 for more.
3434

3535

3636
type Model

0 commit comments

Comments
 (0)