From c60d071239d88208364ff866b5defb9f18da134b Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Thu, 3 Nov 2022 11:40:22 +0000 Subject: [PATCH] Lowercase "lines" --- ql/ql/src/queries/summary/LinesOfUserCode.ql | 2 +- ruby/ql/src/queries/summary/LinesOfUserCode.ql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.