Ruby: fix qldoc typo

This commit is contained in:
Alex Ford
2023-07-31 14:58:05 +01:00
parent 7f82aba7d4
commit f272b0786a

View File

@@ -1194,7 +1194,7 @@ module LdapExecution {
* extend `LdapExecution` instead.
*/
abstract class Range extends DataFlow::Node {
//** Gets the argument that specifies the query to be executed. */
/** Gets the argument that specifies the query to be executed. */
abstract DataFlow::Node getQuery();
}
}