Merge pull request #2526 from joaquinelio/patch-4

CANCEL meaning
This commit is contained in:
Ilya Kantor 2021-03-17 15:37:04 +03:00 committed by GitHub
commit d4b3c135cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ For every list item:
1. Ask a user about its content using `prompt`.
2. Create the `<li>` with it and add it to `<ul>`.
3. Continue until the user cancels the input (by pressing `key:Esc` or CANCEL in prompt).
3. Continue until the user cancels the input (by pressing `key:Esc` or via an empty entry).
All elements should be created dynamically.