Skip to content

Commit ca2b8ef

Browse files
aibaarsgeoffw0
andcommitted
Apply suggestions from code review
Co-authored-by: Geoffrey White <[email protected]>
1 parent 9b8cbda commit ca2b8ef

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

rust/ql/src/queries/summary/NumberOfFilesExtractedWithErrors.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* @id rust/summary/number-of-files-extracted-with-errors
33
* @name Total number of Rust files that were extracted with errors
4-
* @description The total number of Rust code files that we extracted, but where
5-
* at least one extraction error occurred in the process.
4+
* @description The total number of Rust files in the source code directory that
5+
* were extracted, but where at least one extraction error occurred in the process.
66
* @kind metric
77
* @tags summary
88
*/

rust/ql/src/queries/summary/NumberOfSuccessfullyExtractedFiles.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* @id rust/summary/number-of-successfully-extracted-files
33
* @name Total number of Rust files that were extracted without error
4-
* @description The total number of Rust code files that we extracted without
5-
* encountering any extraction errors
4+
* @description The total number of Rust files in the source code directory that
5+
* were extracted without encountering any extraction errors.
66
* @kind metric
77
* @tags summary
88
*/

0 commit comments

Comments
 (0)