stdlib: Fix type in docs for result::chan
This commit is contained in:
parent
ce1be4d9a9
commit
8befdd08a3
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ This function can be used to compose the results of two functions.
|
|||
|
||||
Example:
|
||||
|
||||
> let res = chain(read_file(file), { |buf]
|
||||
> let res = chain(read_file(file), { |buf|
|
||||
> ok(parse_buf(buf))
|
||||
> })
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue