Skip to content

Commit 6d536ce

Browse files
authored
Update README.md
1 parent 052f25c commit 6d536ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import (
2727
)
2828

2929
// Example of async function
30-
func foo() zen.Future[string] {
30+
func foo() *zen.Future[string] {
3131
return zen.Async(func() (string, error) {
3232
// Imitate work
3333
time.Sleep(time.Second)

0 commit comments

Comments
 (0)