Skip to content

Commit ddb959e

Browse files
authored
Docs: Fix typo in the name of the argument "maxdist" of trace (#1933)
Docs: Fix typo in the name of the argument maxdist of trace Signed-off-by: Aidan Welch <[email protected]>
1 parent e2caeb0 commit ddb959e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/doc/languagespec.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5922,7 +5922,7 @@ \section{Dictionary Lookups}
59225922
\apiend
59235923
\vspace{-16pt}
59245924

5925-
\apiitem{"mindist", <float>}
5925+
\apiitem{"maxdist", <float>}
59265926
\vspace{12pt}
59275927
The maximum hit distance (default: infinite).
59285928
\apiend

src/doc/stdlib.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2190,7 +2190,7 @@ them will be removed entirely in OSL 2.0.
21902190
shaders should pass a unit length (see Section [](#sec-stdlib-geom))
21912191
dir vector.
21922192

2193-
`"mindist",` *`float`*
2193+
`"maxdist",` *`float`*
21942194
: The maximum hit distance (default: infinite).
21952195

21962196
`"shade",` *`int`*

0 commit comments

Comments
 (0)