BelfrySCAD / BOSL2

The Belfry OpenScad Library, v2.0. An OpenSCAD library of shapes, masks, and manipulators to make working with OpenSCAD easier. BETA
https://github.com/BelfrySCAD/BOSL2/wiki
BSD 2-Clause "Simplified" License
1.01k stars 115 forks source link

[BUG] [DOC] Typo in wiki documentation for function: turtle() #1463

Closed ovitters closed 3 months ago

ovitters commented 3 months ago

Describe the bug There is a typo in the documentation at https://github.com/BelfrySCAD/BOSL2/wiki/drawing.scad#function-turtle

From the wiki:

Use a sequence of [turtle graphics]{https://en.wikipedia.org/wiki/Turtle_graphics} commands to generate a path.

It seems it was intended to have the words turtle graphics linked, but at the moment you see the words as well as the link.

Code To Reproduce Bug n/a

Expected behavior I'm guessing instead of {}, brackets () should be used to have it linked as intended.

Screenshots image

Additional context Add any other context about the problem here.