Update r+ syntax
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index dde4ac3..5276171 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -147,7 +147,7 @@
After someone has reviewed your pull request, they will leave an annotation
on the pull request with an `r+`. It will look something like this:
- @bors: r+ 38fe8d2
+ @bors r+
This tells [@bors][bors], our lovable integration bot, that your pull request has
been approved. The PR then enters the [merge queue][merge-queue], where @bors
@@ -302,7 +302,7 @@
Documentation pull requests function in the same way as other pull requests,
though you may see a slightly different form of `r+`:
- @bors: r+ 38fe8d2 rollup
+ @bors r+ rollup
That additional `rollup` tells @bors that this change is eligible for a 'rollup'.
To save @bors some work, and to get small changes through more quickly, when