From 6a027d36c587511f29ddf3eb8923da695dc45c93 Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Tue, 19 Dec 2017 22:59:07 -0500 Subject: [PATCH] Fix typo in test description --- S17-promise/nonblocking-await.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/S17-promise/nonblocking-await.t b/S17-promise/nonblocking-await.t index 622062d3a7..7d2a8e0a9b 100644 --- a/S17-promise/nonblocking-await.t +++ b/S17-promise/nonblocking-await.t @@ -168,7 +168,7 @@ PROCESS::<$SCHEDULER> := ThreadPoolScheduler.new(max_threads => 4); CATCH { default { ok .does(X::Await::Died), - 'Exception from awaiting many things, where on dies, does X::Await::Died'; + 'Exception from awaiting many things, where one dies, does X::Await::Died'; like .gist, /'golly!'/, 'Exception contains original exception message'; like .gist, /'death-bar'/,