summary refs log tree commit
path: root/UPGRADE-GUIDE.md
diff options
context:
space:
mode:
Diffstat (limited to 'UPGRADE-GUIDE.md')
-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