Skip to content

Commit a4a30de

Browse files
committed
try fix doc build
1 parent 15e4dc4 commit a4a30de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/Scripting_PointVector.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ module AutoOpenPointVector =
182182

183183
/// <summary>Checks if a list of 3D points are coplanar.</summary>
184184
/// <param name="points">(Point3d seq) 3D points to test</param>
185-
/// <param name="tolerance">(float) Optional, default value: <c>1.0e-12</c> = RhinoMath.ZeroTolerance
185+
/// <param name="tolerance">(float) Optional, default value: <c>1.0e-12</c> (RhinoMath.ZeroTolerance)
186186
/// Tolerance to use when verifying</param>
187187
/// <returns>(bool) True or False.</returns>
188188
static member PointsAreCoplanar(points:Point3d seq, [<OPT;DEF(0.0)>]tolerance:float) : bool =

0 commit comments

Comments
 (0)