Skip to content

Commit 11a7c86

Browse files
committed
Improve comment for APISecurity::RouteExtractor.route_pattern
1 parent eccad09 commit 11a7c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/datadog/appsec/api_security/route_extractor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module RouteExtractor
4040
# "/users/:id(.:format)"
4141
# Rails > 8.1.1 (fast path)
4242
# uses `action_dispatch.route` to store the ActionDispatch::Journey::Route
43-
# that was found when routing the request
43+
# that matched when the request was routed
4444
#
4545
# WARNING: This method works only *after* the request has been routed.
4646
#

0 commit comments

Comments
 (0)