Skip to content

Commit e06b7f7

Browse files
rhowesparkprime
authored andcommitted
Remove extra 'std.' prefix from docs for std.clamp
1 parent 5eaf0b1 commit e06b7f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/ref/stdlib.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ <h3 id="math">
429429
<div class="hgroup-inline">
430430
<div class="panel">
431431
<h4 id="std.clamp">
432-
std.std.clamp(x, minVal, maxVal)
432+
std.clamp(x, minVal, maxVal)
433433
</h4>
434434
</div>
435435
<div style="clear: both"></div>

0 commit comments

Comments
 (0)