1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

readline: fix typo (#11405)

This commit is contained in:
Wertzui123
2021-09-06 02:11:25 +02:00
committed by GitHub
parent 71f1be5388
commit e5c4c408b5

View File

@@ -1,6 +1,6 @@
# Readline
The `readline` module let you await and read user input
The `readline` module lets you await and read user input
from a terminal in an easy and structured manner.
The module provides an easy way to prompt the user for