aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancois Kritzinger <francois@codesynthesis.com>2024-05-28 09:06:31 +0200
committerFrancois Kritzinger <francois@codesynthesis.com>2024-06-05 09:12:46 +0200
commitcb9a368a433af62613cf52bc9f60cdd037a3c3c5 (patch)
treea25f78a6dcf5f229747b53ca9bd904b40b2ca6ee
parent53a1d61e6b96a148c28ba8c0eeb4123da4fa8638 (diff)
Update comment
-rw-r--r--mod/mod-ci-github-service-data.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/mod-ci-github-service-data.hxx b/mod/mod-ci-github-service-data.hxx
index 0f8b77f..afcf082 100644
--- a/mod/mod-ci-github-service-data.hxx
+++ b/mod/mod-ci-github-service-data.hxx
@@ -59,8 +59,8 @@ namespace brep
string repository_node_id; // GitHub-internal opaque repository id.
- // The commit ID the check suite (and its check runs) are associated
- // with. In the case of a pull request this will be
+ // The commit ID the check suite or pull request (and its check runs) are
+ // associated with. In the case of a pull request this will be
// `pull_request.head.sha`.
//
string head_sha;