mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-07-31 02:30:28 +02:00
Fix Typo
This commit is contained in:
@@ -432,7 +432,7 @@ module path_extrude(path, convexity=10, clipsize=100) {
|
||||
// Module: minkowski_difference()
|
||||
// Synopsis: Removes diff shapes from base shape surface.
|
||||
// Topics: Mutators
|
||||
// See Also: Offset3d()
|
||||
// See Also: offset3d()
|
||||
// Usage:
|
||||
// minkowski_difference() { BASE; DIFF1; DIFF2; ... }
|
||||
// Description:
|
||||
|
@@ -1087,7 +1087,6 @@ function rect_tube(
|
||||
// Synopsis: Creates a 3d triangular wedge, or returns a vnf.
|
||||
// Topics: Shapes (3D), Attachable, VNF Generators
|
||||
// See also: prismoid(), rounded_prism(), pie_slice()
|
||||
//
|
||||
// Usage: As Module
|
||||
// wedge(size, [center], ...) [ATTACHMENTS];
|
||||
// Usage: As Function
|
||||
|
Reference in New Issue
Block a user