Skip to content

Commit

Permalink
Fix example in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
angelikatyborska committed Feb 27, 2024
1 parent 9224614 commit 69b1ae5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,13 @@ This formatter plugin will not only format the Elixir code inside the doctest, b
@doc """
iex> "Hello, " <>
iex> "World!"
3
"""

# becomes:

@doc """
iex> "Hello, " <>
...> "World!"
3
"""
```

Expand Down

0 comments on commit 69b1ae5

Please sign in to comment.