File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 22category : minorAnalysis
33---
44* HTTP response header and body writes via ` ActionDispatch::Response ` are now
5- recognised .
5+ recognized .
You can’t perform that action at this time.
0 commit comments