mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
Fixed docs typo in stacks.scad.
This commit is contained in:
parent
9a40d29abb
commit
5ef33a3d30
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
//////////////////////////////////////////////////////////////////////
|
||||
// LibFile: stack.scad
|
||||
// LibFile: stacks.scad
|
||||
// Stack data structure implementation.
|
||||
// To use, add the following lines to the beginning of your file:
|
||||
// ```
|
||||
// use <BOSL2/std.scad>
|
||||
// use <BOSL2/stack.scad>
|
||||
// use <BOSL2/stacks.scad>
|
||||
// ```
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
|
Loading…
Reference in a new issue