Skip to content

Commit 0c9ecd9

Browse files
committed
Corrected 'Summary' block to 'Synopsis'
1 parent ec7656c commit 0c9ecd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

math.scad

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ function bilerp(points,x,y) =
179179

180180

181181
// Function: slerp()
182-
// Summary: Spherical lerp(), great-circle interpolation on a unit sphere.
182+
// Synopsis: Spherical lerp(), great-circle interpolation on a unit sphere.
183183
// Topics: Interpolation, Math
184184
// See Also: slerpn(), lerp()
185185
// Usage:

0 commit comments

Comments
 (0)