mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
docs: fix minor grammar error in channel documentation (#20218)
This commit is contained in:
parent
5be5cd9be1
commit
57acf20129
1 changed files with 1 additions and 1 deletions
|
@ -4173,7 +4173,7 @@ Channels can be buffered or unbuffered and it is possible to `select` from multi
|
|||
|
||||
#### Syntax and Usage
|
||||
|
||||
Channels have the type `chan objtype`. An optional buffer length can specified as the `cap` field
|
||||
Channels have the type `chan objtype`. An optional buffer length can be specified as the `cap` field
|
||||
in the declaration:
|
||||
|
||||
```v
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue