diff --git a/ruby/ql/lib/codeql/ruby/frameworks/Gemfile.qll b/ruby/ql/lib/codeql/ruby/frameworks/Gemfile.qll index c71a783387f..83ebc27100a 100644 --- a/ruby/ql/lib/codeql/ruby/frameworks/Gemfile.qll +++ b/ruby/ql/lib/codeql/ruby/frameworks/Gemfile.qll @@ -61,7 +61,7 @@ module Gemfile { string toString() { result = this.toSourceString() } /** - * The representation of the comparator in source code. + * Gets the representation of the comparator in source code. * This is defined separately so that we can change the `toString` implementation without breaking `parseConstraint`. */ string toSourceString() {