Skip to content

Commit 4f1fa83

Browse files
jasnellToriLindsay
andauthored
Apply suggestions from code review
Co-authored-by: ToriLindsay <[email protected]>
1 parent 1b9a848 commit 4f1fa83

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/content/compatibility-flags/streams-transform-backpressure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ provided to enable the fix.
1919

2020
The fix is enabled by default with compatibility dates of 2024-12-16 or later.
2121

22-
To restore the original buggy backpressure logic, disable the fix using the
22+
To restore the original backpressure logic, disable the fix using the
2323
`original-transform-stream-backpressure` flag.

src/content/compatibility-flags/to-string-tag.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ disable_flag: "do_not_set_tostring_tag"
1212
---
1313

1414
A change was made to set the Symbol.toStringTag on all Workers API objects
15-
in order to fix several spec compliance bugs. Unfortunately it turns out
16-
that was more breaking than expected. The `do_not_set_tostring_tag` compat
15+
in order to fix several spec compliance bugs. Unfortunately,
16+
this change was more breaking than anticipated. The `do_not_set_tostring_tag` compat
1717
flag restores the original behavior with compatibility dates of 2024-09-26 or earlier.

0 commit comments

Comments
 (0)