Skip to content

Commit f272b07

Browse files
committed
Ruby: fix qldoc typo
1 parent 7f82aba commit f272b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/Concepts.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1194,7 +1194,7 @@ module LdapExecution {
11941194
* extend `LdapExecution` instead.
11951195
*/
11961196
abstract class Range extends DataFlow::Node {
1197-
//** Gets the argument that specifies the query to be executed. */
1197+
/** Gets the argument that specifies the query to be executed. */
11981198
abstract DataFlow::Node getQuery();
11991199
}
12001200
}

0 commit comments

Comments
 (0)