We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91ee08d commit 6f344c3Copy full SHA for 6f344c3
locale/en/blog/release/v17.0.0.md
@@ -44,7 +44,7 @@ stream (such as `process.stdin`) one line at a time.
44
45
The following simple example illustrates the basic use of the `readline` module:
46
47
-```mjs
+```js
48
import * as readline from 'node:readline/promises';
49
import { stdin as input, stdout as output } from 'process';
50
0 commit comments