From fa41c7b79caab0f3d1f73e1098e5a9d9c7b1a1e6 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Mon, 11 Jul 2022 19:39:45 -0700 Subject: [PATCH] use a more obvious verb in example --- CommitMessage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommitMessage.md b/CommitMessage.md index ee394856..4e3f3381 100644 --- a/CommitMessage.md +++ b/CommitMessage.md @@ -3,7 +3,7 @@ Commit messages, also known as CL (changelist) descriptions, should be formatted per https://go.dev/doc/contribute#commit_messages. For example, ``` -net/http: frob the quux before blarfing +net/http: fix the foo before blarfing [longer description here in the body]