Skip to content

Commit 5a1c0f6

Browse files
Fix qldoc typo
1 parent 4b1626c commit 5a1c0f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ private API::Node getResponseFromRequest(API::Node requestNode) {
9191
]
9292
}
9393

94-
/** Gets the body from the given `responseNode` representing a Typhoeus request */
94+
/** Gets the body from the given `responseNode` representing a Typhoeus response */
9595
private DataFlow::Node getBodyFromResponse(API::Node responseNode) {
9696
result = responseNode.getAMethodCall(["body", "response_body"])
9797
}

0 commit comments

Comments
 (0)