From a465b78997ddbdfba67591cc226b3289696bca17 Mon Sep 17 00:00:00 2001 From: Pokey Rule <755842+pokey@users.noreply.github.com> Date: Mon, 7 Feb 2022 14:29:15 +0000 Subject: [PATCH] Update docs to reflect new default term "box" (#548) --- docs/user/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/README.md b/docs/user/README.md index 299dc1c6e..8a0d79644 100644 --- a/docs/user/README.md +++ b/docs/user/README.md @@ -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 | ` ` | ` ` | ✅ | ❌ |