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 {
468
468
}
469
469
470
470
/**
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.
472
472
*
473
473
* Extend this class to refine existing API models. If you want to model new APIs,
474
474
* extend `HeaderWriteAccess::Range` instead.
@@ -484,7 +484,7 @@ module Http {
484
484
/** Provides a class for modeling new HTTP header writes. */
485
485
module HeaderWriteAccess {
486
486
/**
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.
488
488
*
489
489
* Extend this class to model new APIs. If you want to refine existing API models,
490
490
* extend `HeaderWriteAccess` instead.
Original file line number Diff line number Diff line change 2
2
category : minorAnalysis
3
3
---
4
4
* 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