Skip to content

Commit f769afd

Browse files
docs: Fix typo in stdlib.md (#1877)
Update stdlib.md fix typo Signed-off-by: Alexey Smolenchuk <[email protected]>
1 parent d65c589 commit f769afd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/stdlib.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ the computations are performed component-by-component (separately for `x`,
453453

454454
: Returns 0 if $x < {\mathit edge}$ and 1 if $x \ge {\mathit edge}$.
455455

456-
The *`type`* may be any of of `float`, `color`, `point`, `vector`, or
456+
The *`type`* may be any of `float`, `color`, `point`, `vector`, or
457457
`normal`. For `color` and `point`-like types, the computations are
458458
performed component-by-component (separately for $x$, $y$, and $z$).
459459

@@ -474,7 +474,7 @@ the computations are performed component-by-component (separately for `x`,
474474
`edge1`. This is useful in cases where you would want a thresholding
475475
function with a smooth transition.
476476

477-
The *`type`* may be any of of `float`, `color`, `point`, `vector`, or
477+
The *`type`* may be any of `float`, `color`, `point`, `vector`, or
478478
`normal`. For `color` and `point`-like types, the computations are
479479
performed component-by-component.
480480

0 commit comments

Comments
 (0)