From 114dde5d7c6ceac4e720f757eb991438f25aae0c Mon Sep 17 00:00:00 2001 From: Hector Dearman Date: Thu, 23 Jan 2025 10:33:55 +0000 Subject: [PATCH] Fix typo constructo -> constructor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56b5557..b19682f 100644 --- a/README.md +++ b/README.md @@ -482,7 +482,7 @@ Asserts that two values are not recursively equal #### Function(String description) o(Function fn).throws(Object constructor) -Asserts that a function throws an instance of the provided constructo +Asserts that a function throws an instance of the provided constructor #### Function(String description) o(Function fn).throws(String message)