From 8fbdc0cec0cd754a6cdeb3e29e501d8dbd28b591 Mon Sep 17 00:00:00 2001 From: Jorrit Schippers Date: Tue, 5 Apr 2022 23:01:57 +0200 Subject: [PATCH] README.md: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 154f4901..56acb365 100644 --- a/README.md +++ b/README.md @@ -389,7 +389,7 @@ try { $response = Block\await($promise, Loop::get()); // response successfully received } catch (Exception $e) { - // an error occured while performing the request + // an error occurred while performing the request } ```