diff options
author | Ben Sima <ben@bsima.me> | 2022-07-25 09:13:19 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-07-25 09:13:19 -0400 |
commit | 6b9b0683548084307b502e9bc08f61cb015af6c4 (patch) | |
tree | 3fc99123d7f556974f95a8cc54075644377fca85 | |
parent | 703f950a6316486bd626cb39e6cbe1484c5d2019 (diff) |
Fix typo
-rw-r--r-- | Biz/Bild.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/Bild.hs b/Biz/Bild.hs index 538b991..d1d3d78 100644 --- a/Biz/Bild.hs +++ b/Biz/Bild.hs @@ -84,7 +84,7 @@ -- -- or -- --- > -- : out my-ap.js +-- > -- : out my-app.js -- -- When multiple compilers are possible we use the @out@ extension to determine -- target platform. If @out@ does not have an extension, each build type falls |