Fixed docs typo in stacks.scad.

This commit is contained in:
Revar Desmera 2019-10-21 05:20:11 -07:00
parent 9a40d29abb
commit 5ef33a3d30

View file

@ -1,10 +1,10 @@
////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////
// LibFile: stack.scad // LibFile: stacks.scad
// Stack data structure implementation. // Stack data structure implementation.
// To use, add the following lines to the beginning of your file: // To use, add the following lines to the beginning of your file:
// ``` // ```
// use <BOSL2/std.scad> // use <BOSL2/std.scad>
// use <BOSL2/stack.scad> // use <BOSL2/stacks.scad>
// ``` // ```
////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////