From 23c3623bda77a4601cfec3dfd7d9961b7d4fb83c Mon Sep 17 00:00:00 2001 From: Jakub Hampl Date: Fri, 13 Jul 2018 16:26:15 +0100 Subject: Various small fixes --- src/Mapbox/Expression.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Mapbox/Expression.elm') 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 -- cgit v1.2.3