From 1fbf177b546a1bb73178be73757e2eb352566c08 Mon Sep 17 00:00:00 2001 From: Harry Maclean Date: Tue, 10 Oct 2023 12:21:34 +0100 Subject: [PATCH] Ruby: QLDoc fix --- ruby/ql/lib/codeql/ruby/frameworks/Gemfile.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {