summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2022-12-02 17:49:42 +1300
committerGitHub <noreply@github.com>2022-12-02 17:49:42 +1300
commit4fa47eabf21f3a13bb614cf8a63708f05decb710 (patch)
tree947eee5287099bb61de0c0113f78175888dc9627 /NEWS.md
parent7e3b42d008de3c69c9e6bc1d127f28d91c0e88a9 (diff)
Clarify the storage argument. (#6849)
* Slightly more consistent indentation with other parts of the document.
Notes
Notes: Merged-By: ioquatix <samuel@codeotaku.com>
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/NEWS.md b/NEWS.md
index a878cf30dd..1d3bb3ed77 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -104,11 +104,11 @@ Note: We're only listing outstanding class updates.
* Fiber
- * Introduce Fiber.[] and Fiber.[]= for inheritable fiber storage.
- Introduce Fiber#storage and Fiber#storage= (experimental) for
- getting and resetting the current storage. Introduce
- `Fiber.new(storage:)` for setting the storage when creating a
- fiber. [[Feature #19078]]
+ * Introduce Fiber.[] and Fiber.[]= for inheritable fiber storage.
+ Introduce Fiber#storage and Fiber#storage= (experimental) for
+ getting and resetting the current storage. Introduce
+ `Fiber.new(storage:)` for setting the storage when creating a
+ fiber. [[Feature #19078]]
Existing Thread and Fiber local variables can be tricky to use.
Thread local variables are shared between all fibers, making it