Ruby: QLDoc fix

This commit is contained in:
Harry Maclean
2023-10-10 12:21:34 +01:00
parent 3499d169f9
commit 1fbf177b54

View File

@@ -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() {