Skip to content

Commit c60d071

Browse files
committed
Lowercase "lines"
1 parent 83caf01 commit c60d071

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ql/ql/src/queries/summary/LinesOfUserCode.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @id ql/summary/lines-of-user-code
3-
* @name Total Lines of user written QL code in the database
3+
* @name Total lines of user written QL code in the database
44
* @description The total number of lines of QL code from the source code
55
* directory, excluding external library and auto-generated files. This
66
* query counts the lines of code, excluding whitespace or comments.

ruby/ql/src/queries/summary/LinesOfUserCode.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @id rb/summary/lines-of-user-code
3-
* @name Total Lines of user written Ruby code in the database
3+
* @name Total lines of user written Ruby code in the database
44
* @description The total number of lines of Ruby code from the source code
55
* directory, excluding external library and auto-generated files. This
66
* query counts the lines of code, excluding whitespace or comments.

0 commit comments

Comments
 (0)