Skip to content

Commit 1e6df2f

Browse files
committed
---
yaml --- r: 15276 b: refs/heads/try c: d0268cb h: refs/heads/master v: v3
1 parent d2694ed commit 1e6df2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: bcb9269d8438c5fe35ddaf87b22e77b2acb92bc8
5+
refs/heads/try: d0268cbe5f1347a1dc2a5762a981595687f161b6
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/doc/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,7 @@ for the parameter list, as in `{|| ...}`.
919919
Partial application is done using the `bind` keyword in Rust.
920920

921921
~~~~
922-
let daynum = bind vec::position_elem(["mo", "tu", "we", "do",
922+
let daynum = bind vec::position_elem(["mo", "tu", "we", "th",
923923
"fr", "sa", "su"], _);
924924
~~~~
925925

0 commit comments

Comments
 (0)