Skip to content

Commit

Permalink
doc: Abbreviate Thursday as 'th', not 'do'
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Apr 2, 2012
1 parent bcb9269 commit d0268cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@ for the parameter list, as in `{|| ...}`.
Partial application is done using the `bind` keyword in Rust.

~~~~
let daynum = bind vec::position_elem(["mo", "tu", "we", "do",
let daynum = bind vec::position_elem(["mo", "tu", "we", "th",
"fr", "sa", "su"], _);
~~~~

Expand Down

0 comments on commit d0268cb

Please sign in to comment.