Skip to content

Commit

Permalink
Rollup merge of rust-lang#41688 - rust-lang:hex-value-process-exit, r…
Browse files Browse the repository at this point in the history
…=sfackler

Fix incorrect hex value in doc comment example.

Fixes rust-lang#41682.
  • Loading branch information
frewsxcv authored May 2, 2017
2 parents b8fc516 + 7423966 commit 7dbb93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,7 @@ impl Child {
/// ```no_run
/// use std::process;
///
/// process::exit(0x0f00);
/// process::exit(0x0100);
/// ```
///
/// [platform-specific behavior]: #platform-specific-behavior
Expand Down

0 comments on commit 7dbb93a

Please sign in to comment.