s/provides/provides a/
This commit is contained in:
parent
4d0cef5070
commit
a0a23e04cf
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ Read-Eval-Print-Loop (REPL) is a simple, interactive computer programming
|
|||
environment that takes single user inputs (i.e. single expressions), evaluates
|
||||
them, and returns the result to the user.
|
||||
|
||||
The `repl` module provides REPL implementation that can be accessed using:
|
||||
The `repl` module provides a REPL implementation that can be accessed using:
|
||||
|
||||
* Assuming you have `electron` or `electron-prebuilt` installed as a local
|
||||
project dependency:
|
||||
|
|
Loading…
Reference in a new issue