From f769afd1e004e216343f92eafb18919ca10dd32a Mon Sep 17 00:00:00 2001 From: Alexey Smolenchuk Date: Mon, 30 Sep 2024 23:59:47 +0300 Subject: [PATCH] docs: Fix typo in stdlib.md (#1877) Update stdlib.md fix typo Signed-off-by: Alexey Smolenchuk --- src/doc/stdlib.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/stdlib.md b/src/doc/stdlib.md index 2fce1e09d..1f14f4481 100644 --- a/src/doc/stdlib.md +++ b/src/doc/stdlib.md @@ -453,7 +453,7 @@ the computations are performed component-by-component (separately for `x`, : Returns 0 if $x < {\mathit edge}$ and 1 if $x \ge {\mathit edge}$. - The *`type`* may be any of of `float`, `color`, `point`, `vector`, or + The *`type`* may be any of `float`, `color`, `point`, `vector`, or `normal`. For `color` and `point`-like types, the computations are performed component-by-component (separately for $x$, $y$, and $z$). @@ -474,7 +474,7 @@ the computations are performed component-by-component (separately for `x`, `edge1`. This is useful in cases where you would want a thresholding function with a smooth transition. - The *`type`* may be any of of `float`, `color`, `point`, `vector`, or + The *`type`* may be any of `float`, `color`, `point`, `vector`, or `normal`. For `color` and `point`-like types, the computations are performed component-by-component.