aboutsummaryrefslogtreecommitdiff
path: root/mod/mod-ci-github-gh.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'mod/mod-ci-github-gh.hxx')
-rw-r--r--mod/mod-ci-github-gh.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/mod-ci-github-gh.hxx b/mod/mod-ci-github-gh.hxx
index 4535622..6ede697 100644
--- a/mod/mod-ci-github-gh.hxx
+++ b/mod/mod-ci-github-gh.hxx
@@ -184,8 +184,8 @@ namespace brep
gh_pull_request pull_request;
- // The SHA of the most recent commit on the head branch before the pull
- // request. Only present if action is "synchronize".
+ // The SHA of the previous commit on the head branch before the current
+ // one. Only present if action is "synchronize".
//
optional<string> before;