From 74678b3ee5fd47e33cc24ec030aa87ce171abe56 Mon Sep 17 00:00:00 2001 From: Vladimir Komendantskiy Date: Mon, 10 Dec 2018 11:51:20 +0000 Subject: [PATCH] typo fix --- tests/net/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/net/mod.rs b/tests/net/mod.rs index 41d8cf05..e1146bc5 100644 --- a/tests/net/mod.rs +++ b/tests/net/mod.rs @@ -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;