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

doc: add spawn to keyword list (#17080)

This commit is contained in:
Makhnev Petr 2023-01-23 04:48:32 +04:00 committed by GitHub
parent 865c0ea8bd
commit 3df231c466
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6394,7 +6394,7 @@ use `#!/usr/bin/env -S v -raw-vsh-tmp-prefix tmp run`.
## Appendix I: Keywords
V has 42 reserved keywords (3 are literals):
V has 43 reserved keywords (3 are literals):
```v ignore
as
@ -6430,6 +6430,7 @@ rlock
select
shared
sizeof
spawn
static
struct
true