From 6c45c3bd84d5f494a1ecc6590683a6fb5cdc4229 Mon Sep 17 00:00:00 2001 From: Paul Delafosse Date: Sun, 18 Dec 2022 17:53:41 +0100 Subject: [PATCH] chore: fix typo --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 1098148..0ba8555 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -358,7 +358,7 @@ mod test { .with_theme("Papirus") .find(); - asserting!("Given the same input parameter, lookup should ouput be the same as linincon") + asserting!("Given the same input parameter, lookup should output be the same as linincon") .that(&wireshark) .is_some() .is_equal_to(lin_wireshark);