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 392a8f2c9a
commit 9fc9e44522
Signed by: DevComp
GPG key ID: 429EF1C337871656

View file

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