Fix: gfm
This commit is contained in:
parent
9dde3ba1b2
commit
5acea6ccc9
1 changed files with 5 additions and 1 deletions
|
@ -1665,6 +1665,7 @@ instead of:
|
|||
```js
|
||||
readlineSync.setPrint(value);
|
||||
```
|
||||
|
||||
### `setPrompt` method
|
||||
|
||||
Use the [`prompt`](#options-prompt) option.
|
||||
|
@ -1679,6 +1680,7 @@ instead of:
|
|||
```js
|
||||
readlineSync.setPrompt(value);
|
||||
```
|
||||
|
||||
### `setEncoding` method
|
||||
|
||||
Use the [`encoding`](#encoding) option.
|
||||
|
@ -1693,6 +1695,7 @@ instead of:
|
|||
```js
|
||||
readlineSync.setEncoding(value);
|
||||
```
|
||||
|
||||
### `setMask` method
|
||||
|
||||
Use the [`mask`](#mask) option.
|
||||
|
@ -1707,6 +1710,7 @@ instead of:
|
|||
```js
|
||||
readlineSync.setMask(value);
|
||||
```
|
||||
|
||||
### `setBufferSize` method
|
||||
|
||||
Use the [`bufferSize`](#buffersize) option.
|
||||
|
|
Loading…
Reference in a new issue