Skip to content

Commit

Permalink
Fix typo in README.md (#1837)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsulc authored Jan 9, 2024
1 parent 7ef5c34 commit 5ddc3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit 5ddc3f5

Please sign in to comment.