summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--prism/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/prism/config.yml b/prism/config.yml
index 3d496dec3b..976d0ebf0c 100644
--- a/prism/config.yml
+++ b/prism/config.yml
@@ -2933,7 +2933,7 @@ nodes:
a, (b, *) = 1, 2, 3, 4
^
- If the `*` is omitted, the field will contains an `ImplicitRestNode`
+ If the `*` is omitted, this field will contain an `ImplicitRestNode`
a, (b,) = 1, 2, 3, 4
^