Lowercase "lines"

This commit is contained in:
Henry Mercer
2022-11-03 11:40:22 +00:00
parent 83caf01778
commit c60d071239
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
/** /**
* @id ql/summary/lines-of-user-code * @id ql/summary/lines-of-user-code
* @name Total Lines of user written QL code in the database * @name Total lines of user written QL code in the database
* @description The total number of lines of QL code from the source code * @description The total number of lines of QL code from the source code
* directory, excluding external library and auto-generated files. This * directory, excluding external library and auto-generated files. This
* query counts the lines of code, excluding whitespace or comments. * query counts the lines of code, excluding whitespace or comments.

View File

@@ -1,6 +1,6 @@
/** /**
* @id rb/summary/lines-of-user-code * @id rb/summary/lines-of-user-code
* @name Total Lines of user written Ruby code in the database * @name Total lines of user written Ruby code in the database
* @description The total number of lines of Ruby code from the source code * @description The total number of lines of Ruby code from the source code
* directory, excluding external library and auto-generated files. This * directory, excluding external library and auto-generated files. This
* query counts the lines of code, excluding whitespace or comments. * query counts the lines of code, excluding whitespace or comments.