Fixed bug in dot pattern descriptions

This commit is contained in:
Mike Lynch 2025-03-25 00:03:52 +00:00
parent 176c7c7827
commit f159f7d22c
2 changed files with 1 additions and 2 deletions

1
package-lock.json generated
View File

@ -80,7 +80,6 @@
},
"node_modules/@clack/prompts/node_modules/is-unicode-supported": {
"version": "1.3.0",
"extraneous": true,
"inBundle": true,
"license": "MIT",
"engines": {

View File

@ -18,7 +18,7 @@ const RADIUS_OPTS = [
const RADIUS_DESC = {
"const": "of constant size",
"right": "getting larger towards the left",
"right": "getting larger towards the right",
"left": "getting larger towards the left",
"up": "getting larger towards the top",
"down": "getting larger towards the bottom",