Ruby: QLDoc fix

This commit is contained in:
Harry Maclean
2022-08-04 17:21:29 +12:00
parent fdbe16945f
commit def1b3c3b3

View File

@@ -103,7 +103,7 @@ module RegExpInterpretation {
}
/**
* Nodes interpreted as regular expressions via various standard library methods.
* A node interpreted as a regular expression.
*/
class StdLibRegExpInterpretation extends RegExpInterpretation::Range {
StdLibRegExpInterpretation() {