Skip to content

Commit 6f344c3

Browse files
authored
Blog: v17.0.0 release post patch (#4197)
Fixes rendering of '
1 parent 91ee08d commit 6f344c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locale/en/blog/release/v17.0.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ stream (such as `process.stdin`) one line at a time.
4444

4545
The following simple example illustrates the basic use of the `readline` module:
4646

47-
```mjs
47+
```js
4848
import * as readline from 'node:readline/promises';
4949
import { stdin as input, stdout as output } from 'process';
5050

0 commit comments

Comments
 (0)