Skip to content

Commit 8ce7303

Browse files
authored
Merge pull request #346 from BD103/fix-gha-group-docs
Correct docs to say `Gha::group` is a struct field
2 parents ac73fd0 + 69642ac commit 8ce7303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/status_emitter/gha.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ fn gha_error(error: &Error, test_path: &str, revision: &str) {
184184
}
185185

186186
/// Emits Github Actions Workspace commands to show the failures directly in the github diff view.
187-
/// If the const generic `GROUP` boolean is `true`, also emit `::group` commands.
187+
/// If the [`Self::group`] boolean is `true`, also emit `::group` commands.
188188
pub struct Gha {
189189
/// Show a specific name for the final summary.
190190
pub name: String,

0 commit comments

Comments
 (0)