Skip to content

Commit eddb849

Browse files
hmacnickrolfe
andcommitted
Apply suggestions from code review
Co-authored-by: Nick Rolfe <[email protected]>
1 parent 0e6322d commit eddb849

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ruby/ql/lib/codeql/ruby/Concepts.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ module Http {
468468
}
469469

470470
/**
471-
* A data flow node that writes data to a header in a HTTP response.
471+
* A data flow node that writes data to a header in an HTTP response.
472472
*
473473
* Extend this class to refine existing API models. If you want to model new APIs,
474474
* extend `HeaderWriteAccess::Range` instead.
@@ -484,7 +484,7 @@ module Http {
484484
/** Provides a class for modeling new HTTP header writes. */
485485
module HeaderWriteAccess {
486486
/**
487-
* A data flow node that writes data to the a header in a HTTP response.
487+
* A data flow node that writes data to the header in an HTTP response.
488488
*
489489
* Extend this class to model new APIs. If you want to refine existing API models,
490490
* extend `HeaderWriteAccess` instead.

ruby/ql/src/change-notes/2022-10-14-actiondispatch-response.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
category: minorAnalysis
33
---
44
* HTTP response header and body writes via `ActionDispatch::Response` are now
5-
recognised.
5+
recognized.

0 commit comments

Comments
 (0)