Skip to content

Commit f933d24

Browse files
committed
Fix comment
1 parent 70efada commit f933d24

File tree

1 file changed

+1
-1
lines changed
  • ruby/ql/lib/codeql/ruby/frameworks/http_clients

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/frameworks/http_clients/Excon.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class ExconHttpRequest extends HTTP::Client::Request::Range {
4949
override DataFlow::Node getURL() {
5050
// For one-off requests, the URL is in the first argument of the request method call.
5151
// For connection re-use, the URL is split between the first argument of the `new` call
52-
// the `path` keyword argument of the request method call.
52+
// and the `path` keyword argument of the request method call.
5353
result = requestUse.getArgument(0) and not result.asExpr().getExpr() instanceof Pair
5454
or
5555
result = requestUse.getKeywordArgument("path")

0 commit comments

Comments
 (0)