1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-09-26 06:59:01 +02:00

Fixed typo where 'rocker' was spelt 'rocket'.

This commit is contained in:
Martin Budden
2020-01-10 08:26:20 +00:00
parent f7ef075434
commit 4107a2c848
2 changed files with 2 additions and 2 deletions

View File

@@ -2164,7 +2164,7 @@ Ring terminals and earth assemblies for DiBond panels.
--- ---
<a name="Rockers"></a> <a name="Rockers"></a>
## Rockers ## Rockers
Rocket switch. Also used for neon indicator in the same form factor. Rocker switch. Also used for neon indicator in the same form factor.
[vitamins/rockers.scad](vitamins/rockers.scad) Object definitions. [vitamins/rockers.scad](vitamins/rockers.scad) Object definitions.

View File

@@ -18,7 +18,7 @@
// //
// //
//! Rocket switch. Also used for neon indicator in the same form factor. //! Rocker switch. Also used for neon indicator in the same form factor.
// //
include <../core.scad> include <../core.scad>
use <spade.scad> use <spade.scad>