From d38ab46482f85b6943fadcb45fab3d5133efcd2c Mon Sep 17 00:00:00 2001 From: Nathanael Esayeas Date: Sun, 27 Nov 2022 23:06:29 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 130b067..068352a 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ interface OptionInterface extends IteratorAggregate * * @template TAndThen * - * @param callable(TValue):TAndThen $function + * @param callable(TValue):self $function * * @return self */