Skip to content

Commit

Permalink
Backtick missing in documentation. (#580)
Browse files Browse the repository at this point in the history
Closes #572
  • Loading branch information
carllerche committed Mar 30, 2017
1 parent c3eede2 commit c401da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/poll.rs
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ impl Poll {
///
/// Re-registering an `Evented` handle allows changing the details of the
/// registration. Specifically, it allows updating the associated `token`,
/// interest`, and `opts` specified in previous `register` and `reregister`
/// `interest`, and `opts` specified in previous `register` and `reregister`
/// calls.
///
/// The `reregister` arguments fully override the previous values. In other
Expand Down

0 comments on commit c401da5

Please sign in to comment.