Update docs to reflect new default term "box" (#548)

This commit is contained in:
Pokey Rule 2022-02-07 14:29:15 +00:00 committed by GitHub
parent 578c53d6f0
commit a465b78997
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -470,6 +470,6 @@ Extracts the function call containing the decorated 'a' into its own variable.
| `"quad"` | double quotes | `"` | `"` | ✅ | ✅ |
| `"round"` | parentheses | `(` | `)` | ✅ | ✅ |
| `"skis"` | backtick quotes | `` ` `` | `` ` `` | ✅ | ✅ |
| `"square"` | square brackets | `[` | `]` | ✅ | ✅ |
| `"box"` | square brackets | `[` | `]` | ✅ | ✅ |
| `"twin"` | single quotes | `'` | `'` | ✅ | ✅ |
| `"void"` | space | ` ` | ` ` | ✅ | ❌ |