From 0c9ecd9ff75e41f1d0a1ceed9448a420f18bd91b Mon Sep 17 00:00:00 2001 From: Alex Matulich Date: Sun, 29 Jun 2025 22:41:38 -0700 Subject: [PATCH] Corrected 'Summary' block to 'Synopsis' --- math.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math.scad b/math.scad index f4b2b6a5..1b921ac9 100644 --- a/math.scad +++ b/math.scad @@ -179,7 +179,7 @@ function bilerp(points,x,y) = // Function: slerp() -// Summary: Spherical lerp(), great-circle interpolation on a unit sphere. +// Synopsis: Spherical lerp(), great-circle interpolation on a unit sphere. // Topics: Interpolation, Math // See Also: slerpn(), lerp() // Usage: