mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
all: fix typos (#19634)
This commit is contained in:
parent
407adaa3c1
commit
9051ac8921
108 changed files with 235 additions and 214 deletions
|
@ -59,7 +59,7 @@ fn main() {
|
|||
Prints lines periodically (-period_ms), to stdout/stderr (-target).
|
||||
After a while (-timeout_ms), exit with (-exitcode).
|
||||
This program is useful for platform independent testing
|
||||
of child process/standart input/output control.
|
||||
of child process/standard input/output control.
|
||||
It is used in V's `os` module tests.
|
||||
")
|
||||
return
|
||||
|
|
|
@ -15,7 +15,7 @@ fn funky()
|
|||
- bar
|
||||
# test
|
||||
########### deep test
|
||||
#a shouldnt have a newline test
|
||||
#a shouldn't have a newline test
|
||||
|
||||
| foo bar | yes |
|
||||
|-----------|--------|
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
// - bar
|
||||
// # test
|
||||
// ########### deep test
|
||||
// #a shouldnt have a newline
|
||||
// #a shouldn't have a newline
|
||||
// test
|
||||
//
|
||||
// | foo bar | yes |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue