diff --git a/ql/ql/src/queries/summary/LinesOfUserCode.ql b/ql/ql/src/queries/summary/LinesOfUserCode.ql index fc996c1cec2..1701af1a5c9 100644 --- a/ql/ql/src/queries/summary/LinesOfUserCode.ql +++ b/ql/ql/src/queries/summary/LinesOfUserCode.ql @@ -1,6 +1,6 @@ /** * @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 * directory, excluding external library and auto-generated files. This * query counts the lines of code, excluding whitespace or comments. diff --git a/ruby/ql/src/queries/summary/LinesOfUserCode.ql b/ruby/ql/src/queries/summary/LinesOfUserCode.ql index b7380277748..d8025088ceb 100644 --- a/ruby/ql/src/queries/summary/LinesOfUserCode.ql +++ b/ruby/ql/src/queries/summary/LinesOfUserCode.ql @@ -1,6 +1,6 @@ /** * @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 * directory, excluding external library and auto-generated files. This * query counts the lines of code, excluding whitespace or comments.