Skip to content

Commit 01c533f

Browse files
authored
Merge pull request #3482 from maseev/fix-imperative-mood-rule
Fix an imperative mood rule example
2 parents 745fae6 + 1278611 commit 01c533f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/src/dotty/tools/bot/PullRequestService.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ trait PullRequestService {
267267
|> 1. Limit the subject line to 72 characters
268268
|> 1. Capitalize the subject line
269269
|> 1. Do not end the subject line with a period
270-
|> 1. Use the imperative mood in the subject line ("Added" instead of "Add")
270+
|> 1. Use the imperative mood in the subject line ("Add" instead of "Added")
271271
|> 1. Wrap the body at 80 characters
272272
|> 1. Use the body to explain what and why vs. how
273273
|>

0 commit comments

Comments
 (0)