We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a0fa02 commit 3567ff6Copy full SHA for 3567ff6
README.md
@@ -213,7 +213,7 @@ The `setInput($buffer)` method can be used to control the *user input buffer*.
213
The user will be able to delete and/or rewrite the buffer at any time.
214
Changing the *user input buffer* can be useful for presenting a preset input to the user
215
(like the last password attempt).
216
-Simple pass an input string like this:
+Simply pass an input string like this:
217
218
```php
219
$readline->setInput('lastpass');
0 commit comments