Skip to content

Commit 606f13d

Browse files
committed
---
yaml --- r: 6048 b: refs/heads/master c: 8befdd0 h: refs/heads/master v: v3
1 parent c082c23 commit 606f13d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: ce1be4d9a9404f1eb75d0cacc937dbdbdf00d371
2+
refs/heads/master: 8befdd08a37203ed802e7492ef1fe5053b9f9cf0

trunk/src/lib/result.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ This function can be used to compose the results of two functions.
9898
9999
Example:
100100
101-
> let res = chain(read_file(file), { |buf]
101+
> let res = chain(read_file(file), { |buf|
102102
> ok(parse_buf(buf))
103103
> })
104104

0 commit comments

Comments
 (0)