1
1
Fork 0
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:
Erica Marigold 2024-12-04 05:30:44 +00:00
parent 6cc0b75ed8
commit 535434f280

View file

@ -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> = {