From 9b668eb363a93d84ddf57380c0c8f46dcc312d74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Bla=C5=BEek?= Date: Tue, 19 Mar 2019 13:19:41 +0100 Subject: [PATCH] typo --- docs/resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources.md b/docs/resources.md index c4de9a4..8475bef 100644 --- a/docs/resources.md +++ b/docs/resources.md @@ -268,7 +268,7 @@ heightFunction = { ``` Superelevation maps height from `heightRange` to scale in `scaleRange` and outputs original height scaled by computed scale. -The `heightRange[0]` must be lower than `heightRange[1]` and heights below `heightRange[0]` and above `heightRange[1]` are lipped. +The `heightRange[0]` must be lower than `heightRange[1]` and heights below `heightRange[0]` and above `heightRange[1]` are clipped. ### Driver: surface-spheroid