diff options
author | Roman FroĊow <rofrol@gmail.com> | 2019-04-04 17:13:05 +0200 |
---|---|---|
committer | Jakub Hampl <kopomir@gmail.com> | 2019-04-04 16:13:05 +0100 |
commit | 7fbc827f8c58a9cbd80d691458573f3e4a92816f (patch) | |
tree | 1f598780275716f2b729be5259ac4d3945d152cf | |
parent | 9bd079e10dfa68df2f2fec5adb35df90edb3525f (diff) |
Fixes typo (#10)
-rw-r--r-- | src/Mapbox/Cmd/Template.elm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mapbox/Cmd/Template.elm b/src/Mapbox/Cmd/Template.elm index 3dbf66d..b581ea7 100644 --- a/src/Mapbox/Cmd/Template.elm +++ b/src/Mapbox/Cmd/Template.elm @@ -361,7 +361,7 @@ queryRenderedFeatures prt id reqId options = ] -{-| Wraps an incoming port so that you can get nicer subscritions: +{-| Wraps an incoming port so that you can get nicer subscriptions: port elmMapboxIncoming : (Value -> msg) -> Sub msg |