diff options
Diffstat (limited to 'src')
-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 |