Skip to content

Commit

Permalink
Remove extraneous brackets from abort documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Pirh committed Sep 27, 2017
1 parent 1fd3a42 commit 6dfa45d
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 @@ -1142,7 +1142,7 @@ pub fn exit(code: i32) -> ! {
/// }
/// ```
///
/// The [`abort`] function terminates the process, so the destructor will not
/// The `abort` function terminates the process, so the destructor will not
/// get run on the example below:
///
/// ```no_run
Expand Down

0 comments on commit 6dfa45d

Please sign in to comment.