Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vkomenda committed Dec 10, 2018
1 parent 174cf1c commit 74678b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/net/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ where
/// Property to cause an error if a `Fault` is output from a correct node. By default,
/// encountering a fault leads to an error.
///
/// The deault setting `true` can be changed using this function.
/// The default setting `true` can be changed using this function.
#[inline]
pub fn error_on_fault(mut self, error_on_fault: bool) -> Self {
self.error_on_fault = error_on_fault;
Expand Down

0 comments on commit 74678b3

Please sign in to comment.