We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f82aba commit f272b07Copy full SHA for f272b07
1 file changed
ruby/ql/lib/codeql/ruby/Concepts.qll
@@ -1194,7 +1194,7 @@ module LdapExecution {
1194
* extend `LdapExecution` instead.
1195
*/
1196
abstract class Range extends DataFlow::Node {
1197
- //** Gets the argument that specifies the query to be executed. */
+ /** Gets the argument that specifies the query to be executed. */
1198
abstract DataFlow::Node getQuery();
1199
}
1200
0 commit comments