We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2d4bc5 commit b1ae548Copy full SHA for b1ae548
ruby/ql/lib/codeql/ruby/Concepts.qll
@@ -301,7 +301,7 @@ module HTTP {
301
/**
302
* Gets a string that describes the type of this input.
303
*
304
- * This is typically the name of the method that gives rise to this input.
+ * This is typically the name of the method that gives rise to this input.
305
*/
306
string getSourceType() { result = super.getSourceType() }
307
}
@@ -318,7 +318,7 @@ module HTTP {
318
319
320
321
322
323
abstract string getSourceType();
324
0 commit comments