summary refs log tree commit
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2022-08-06 14:33:53 +1200
committerSamuel Williams <samuel.williams@oriontransfer.co.nz>2022-08-06 14:33:53 +1200
commit78d52f68efaece177fb7c07f1cf8f5d41660140d (patch)
treebad84f0ee0584a05cffed04c7de68743e6b2f325
parentdb43fc24ed2fd3666e74a3739ff7645dbeec6629 (diff)
downloadrack-78d52f68efaece177fb7c07f1cf8f5d41660140d.tar.gz
Improved wording for upgrade guide streaming bodies.
-rw-r--r--UPGRADE-GUIDE.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/UPGRADE-GUIDE.md b/UPGRADE-GUIDE.md
index ca9d428c..cae0dab5 100644
--- a/UPGRADE-GUIDE.md
+++ b/UPGRADE-GUIDE.md
@@ -87,8 +87,8 @@ requirement.
 ### `rack.hijack?` now only applies to partial hijack
 
 Previously, both full and partial hijiack were controlled by the presence and
-value of `rack.hijack?`. Now, it only applies to partial hijack (which itself
-has been effectively replaced by streaming bodies).
+value of `rack.hijack?`. Now, it only applies to partial hijack (which now can
+be replaced by streaming bodies).
 
 ### `rack.hijack` alone indicates that you can execute a full hijack