Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit 817e2a3

Browse files
committed
Remove garbage in comment
1 parent 3f2d11d commit 817e2a3

File tree

1 file changed

+1
-1
lines changed
  • app/nodejs-v14/src/main/scala/io/scalajs/nodejs/readline

1 file changed

+1
-1
lines changed

app/nodejs-v14/src/main/scala/io/scalajs/nodejs/readline/Readline.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import io.scalajs.nodejs.stream.{IReadable, IWritable}
55
import scala.scalajs.js
66
import scala.scalajs.js.annotation.JSImport
77

8-
/** reading
8+
/**
99
* Readline allows of a stream (such as process.stdin) on a line-by-line basis.
1010
* To use this module, do require('readline').
1111
* Note that once you've invoked this module, your Node.js program will not terminate until you've closed the interface.

0 commit comments

Comments
 (0)