Skip to content

Commit 33ac357

Browse files
Update src/content/changelog/workers/2025-02-27-wrangler-v4-rc.mdx
Co-authored-by: lrapoport-cf <[email protected]>
1 parent 419f9c6 commit 33ac357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/changelog/workers/2025-02-27-wrangler-v4-rc.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Version 4 of Wrangler updates the version of [esbuild](https://esbuild.github.io
2222

2323
##### The `using` keyword from Explicit Resource Management
2424

25-
The [`using` keyword from the Explicit Resource Management standard](/workers/runtime-apis/rpc/lifecycle/#explicit-resource-management), making it easier to work with the [JavaScript-native RPC system built into Workers](/workers/runtime-apis/rpc/). This means that when you obtain a stub, you can ensure that it is automatically disposed when you exit scope it was created in:
25+
The [`using` keyword from the Explicit Resource Management standard](/workers/runtime-apis/rpc/lifecycle/#explicit-resource-management) makes it easier to work with the [JavaScript-native RPC system built into Workers](/workers/runtime-apis/rpc/). This means that when you obtain a stub, you can ensure that it is automatically disposed when you exit scope it was created in:
2626

2727
```js
2828
function sendEmail(id, message) {

0 commit comments

Comments
 (0)