From e13b0385c36c5f0441f5e60ca9b81b715aa82ec0 Mon Sep 17 00:00:00 2001 From: HactarCE <6060305+HactarCE@users.noreply.github.com> Date: Tue, 1 Oct 2024 11:37:38 -0400 Subject: [PATCH] never -> rarely --- docs/hsc/lua/geometry/orbit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hsc/lua/geometry/orbit.md b/docs/hsc/lua/geometry/orbit.md index e3f7891..f8d6e5a 100644 --- a/docs/hsc/lua/geometry/orbit.md +++ b/docs/hsc/lua/geometry/orbit.md @@ -80,7 +80,7 @@ local named_orbit = sym:orbit(sym.oox.unit):named({ }) ``` -You should never write one of these tables by hand. There are many of them bundled with the default Lua files in Hyperspeedcube, and you can generate new ones using the **Developer Tools** window in Hyperspeedcube. +You should rarely write one of these tables by hand. There are many of them bundled with the default Lua files in Hyperspeedcube, and you can generate new ones using the **Developer Tools** window in Hyperspeedcube. ### `orbit:union()`