mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
examples: fix a typo (#10984)
This commit is contained in:
parent
65126efdc3
commit
cd03d31989
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import os
|
||||||
import net.websocket
|
import net.websocket
|
||||||
import term
|
import term
|
||||||
|
|
||||||
// This client should be compiled an run in different konsoles
|
// This client should be compiled an run in different consoles
|
||||||
// it connects to the server who will broadcast your messages
|
// it connects to the server who will broadcast your messages
|
||||||
// to all other connected clients
|
// to all other connected clients
|
||||||
fn main() {
|
fn main() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue