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