Ruby: rack - update a deprecation notice

This commit is contained in:
Alex Ford
2023-06-26 15:37:34 +01:00
parent 8fdc48753c
commit 9cf165ac55

View File

@@ -48,7 +48,7 @@ private RP::PotentialResponseNode trackRackResponse(PotentialRequestHandler call
*/
module App {
/**
* DEPRECATED: Use `App` instead.
* DEPRECATED: Use `RequestHandler` instead.
* A class that may be a rack application.
* This is a class that has a `call` method that takes a single argument
* (traditionally called `env`) and returns a rack-compatible response.