Skip to content

Commit d0268cb

Browse files
committed
doc: Abbreviate Thursday as 'th', not 'do'
1 parent bcb9269 commit d0268cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/tutorial.md

+1-1
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)