Skip to content

Commit 9cf165a

Browse files
committed
Ruby: rack - update a deprecation notice
1 parent 8fdc487 commit 9cf165a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/frameworks/rack/internal/App.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ private RP::PotentialResponseNode trackRackResponse(PotentialRequestHandler call
4848
*/
4949
module App {
5050
/**
51-
* DEPRECATED: Use `App` instead.
51+
* DEPRECATED: Use `RequestHandler` instead.
5252
* A class that may be a rack application.
5353
* This is a class that has a `call` method that takes a single argument
5454
* (traditionally called `env`) and returns a rack-compatible response.

0 commit comments

Comments
 (0)