mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
all: replace "NB:" with "Note:" (docs/comments)
This commit is contained in:
parent
f74b65b63f
commit
36ec47cd20
131 changed files with 209 additions and 209 deletions
|
@ -36,7 +36,7 @@ pub mut:
|
|||
}
|
||||
|
||||
// new_process - create a new process descriptor
|
||||
// NB: new does NOT start the new process.
|
||||
// Note: new does NOT start the new process.
|
||||
// That is done because you may want to customize it first,
|
||||
// by calling different set_ methods on it.
|
||||
// In order to start it, call p.run() or p.wait()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue