From 5ef33a3d300771b26b05b610501ed2a2350635ec Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Mon, 21 Oct 2019 05:20:11 -0700 Subject: [PATCH] Fixed docs typo in stacks.scad. --- stacks.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stacks.scad b/stacks.scad index bb14c0a..e6aa459 100644 --- a/stacks.scad +++ b/stacks.scad @@ -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 -// use +// use // ``` //////////////////////////////////////////////////////////////////////