Skip to content

Commit da826ba

Browse files
committed
fix: fix code display in release blog
Fixes: #3976
1 parent e79fe28 commit da826ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locale/en/blog/release/v16.5.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Node.js now exposes an experimental implementation of the
1818
While it is experimental, the API is not exposed on the global object and is only
1919
accessible using the new `stream/web` core module:
2020

21-
```mjs
21+
```js
2222
import { ReadableStream, WritableStream } from 'stream/web';
2323
// Or from 'node:stream/web'
2424
```

0 commit comments

Comments
 (0)