diff options
Diffstat (limited to 'src/Mapbox/Expression.elm')
-rw-r--r-- | src/Mapbox/Expression.elm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mapbox/Expression.elm b/src/Mapbox/Expression.elm index af8298c..efc2803 100644 --- a/src/Mapbox/Expression.elm +++ b/src/Mapbox/Expression.elm @@ -153,7 +153,7 @@ This way you can use the language without much syntactic fuss and you have easy **Note**: If you are familiar with the JS version of the style spec, we have made a few changes. Argument order has been switched for many functions to support using pipeline style more naturally. Some functions use overloading in the original, these have been renamed to -not be overloaded. Finally, we have chosen not to represent some parts of the spec that are superflous (especially when used form Elm), namely functions and let-in expressions. +not be overloaded. Finally, we have chosen not to represent some parts of the spec that are superflous (especially when used from Elm), namely functions and let-in expressions. @docs Expression, DataExpression, CameraExpression |