Skip to content

Commit b7bd3cb

Browse files
authored
Fix missing word in rollups.md (#383)
Also makes a small edit to split into two sentences.
1 parent af53559 commit b7bd3cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/release/rollups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The Rust project has a policy that every pull request must be tested after merge
66
before it can be pushed to master. As PR volume increases this can scale poorly,
77
especially given the long (~3.5hr) current CI duration for Rust.
88

9-
Enter rollups - changes that small, not performance sensitive, or not platform
9+
Enter rollups! Changes that are small, not performance sensitive, or not platform
1010
dependent are marked with the `rollup` command to bors (`@bors r+ rollup` to
1111
approve a PR and mark as a rollup, `@bors rollup` to mark a previously approved
1212
PR, `@bors rollup-` to un-mark as a rollup). 'Performing a Rollup' then means

0 commit comments

Comments
 (0)