Apply suggestions from code review

Co-authored-by: Nick Rolfe <nickrolfe@github.com>
This commit is contained in:
Harry Maclean
2022-10-14 23:35:05 +13:00
parent 0e6322d673
commit eddb8493d8
2 changed files with 3 additions and 3 deletions

View File

@@ -468,7 +468,7 @@ module Http {
}
/**
* A data flow node that writes data to a header in a HTTP response.
* A data flow node that writes data to a header in an HTTP response.
*
* Extend this class to refine existing API models. If you want to model new APIs,
* extend `HeaderWriteAccess::Range` instead.
@@ -484,7 +484,7 @@ module Http {
/** Provides a class for modeling new HTTP header writes. */
module HeaderWriteAccess {
/**
* A data flow node that writes data to the a header in a HTTP response.
* A data flow node that writes data to the header in an HTTP response.
*
* Extend this class to model new APIs. If you want to refine existing API models,
* extend `HeaderWriteAccess` instead.

View File

@@ -2,4 +2,4 @@
category: minorAnalysis
---
* HTTP response header and body writes via `ActionDispatch::Response` are now
recognised.
recognized.