Skip to content

Commit

Permalink
docs: Fix typo in stdlib.md (AcademySoftwareFoundation#1877)
Browse files Browse the repository at this point in the history
Update stdlib.md

fix typo

Signed-off-by: Alexey Smolenchuk <alexey.smolenchuk@gmail.com>
  • Loading branch information
AlexeySmolenchuk authored Sep 30, 2024
1 parent d65c589 commit f769afd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/doc/stdlib.md
Original file line number Diff line number Diff line change
Expand Up @@ -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$).

Expand All @@ -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.

Expand Down

0 comments on commit f769afd

Please sign in to comment.