mirror of
https://github.com/pesde-pkg/scripts.git
synced 2025-04-07 04:10:56 +01:00
chore(lune): fix typo in Watch
channel implementation doc example
This commit is contained in:
parent
6cc0b75ed8
commit
535434f280
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
--- task.delay(5, send, "hello, world!")
|
||||
--- task.spawn(function()
|
||||
--- local value = recv()
|
||||
--- print("recevied value:", value)
|
||||
--- print("received value:", value)
|
||||
--- end)
|
||||
--- ```
|
||||
type Watch<T> = {
|
||||
|
|
Loading…
Add table
Reference in a new issue