From 5ddc3f509f3325272a7ea22c03405303736fa519 Mon Sep 17 00:00:00 2001 From: David Sulc Date: Tue, 9 Jan 2024 08:51:10 +0100 Subject: [PATCH] Fix typo in README.md (#1837) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49a3ab9ee..70df82968 100644 --- a/README.md +++ b/README.md @@ -346,7 +346,7 @@ end defp before_closing_body_tag(:epub), do: "" ``` -Besides an anonymous function, you can also pass a `module-function-args` tuple. It will the given module and function, with the format prefixed to the arguments: +Besides an anonymous function, you can also pass a `module-function-args` tuple. It will call the given module and function, with the format prefixed to the arguments: ```elixir docs: [