From f8a9fc3f81606530829e9087bc27a9888a504592 Mon Sep 17 00:00:00 2001 From: jonasbn Date: Sun, 3 Dec 2023 10:30:05 +0100 Subject: [PATCH] Corrected minor spelling error mentioned in: https://github.com/Test-More/test-more/issues/860#issuecomment-653584254 --- lib/Test2/Tools/Compare.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Test2/Tools/Compare.pm b/lib/Test2/Tools/Compare.pm index 848b8977..02538e59 100644 --- a/lib/Test2/Tools/Compare.pm +++ b/lib/Test2/Tools/Compare.pm @@ -1778,7 +1778,7 @@ Check for details about the event: # Check the file the event reports to prop file => 'foo.t'; - # Check the line number the event reports o + # Check the line number the event reports to prop line => '42'; # You can check the todo/skip values as well: