aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRoman FroĊ‚ow <rofrol@gmail.com>2019-02-13 11:53:31 +0100
committerJakub Hampl <kopomir@gmail.com>2019-02-13 10:53:31 +0000
commitf0c36a3d49fad46e0fb6cafeb7a021dd5d775993 (patch)
treeb739715322344f7203a45c245ef63fec1d9d151a /src
parent0e303e9acab72055f3dcb2991125f5472a0ead30 (diff)
Fixes typo in documentation (#7)
Diffstat (limited to 'src')
-rw-r--r--src/Mapbox/Expression.elm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Mapbox/Expression.elm b/src/Mapbox/Expression.elm
index dd8087f..08f9f20 100644
--- a/src/Mapbox/Expression.elm
+++ b/src/Mapbox/Expression.elm
@@ -327,7 +327,7 @@ type Expression exprType resultType
= Expression Value
-{-| A camera expression is any expression that uses the zoom operator. Such expressions allow the the appearance of a layer
+{-| A camera expression is any expression that uses the zoom operator. Such expressions allow the appearance of a layer
to change with the map's zoom level. Camera expressions can be used to create the appearance of depth and to control data density.
zoom
@@ -1310,7 +1310,7 @@ downcase =
call1 "downcase"
-{-| Returns true if the input string is expected to render legibly. Returns false if the input string contains sections that cannot be rendered without potential loss of meaning (e.g. Indic scripts that require complex text shaping, or right-to-left scripts if the the mapbox-gl-rtl-text plugin is not in use in Mapbox GL JS).
+{-| Returns true if the input string is expected to render legibly. Returns false if the input string contains sections that cannot be rendered without potential loss of meaning (e.g. Indic scripts that require complex text shaping, or right-to-left scripts if the mapbox-gl-rtl-text plugin is not in use in Mapbox GL JS).
-}
isSupportedScript : Expression exprType String -> Expression exprType Bool
isSupportedScript =