Skip to content

Commit e85e17f

Browse files
committed
Drops examples of running command in terminal in Contexted module doc
1 parent 605a595 commit e85e17f

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

lib/contexted.ex

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,6 @@ defmodule Contexted do
185185
This will generate the following functions:
186186
187187
```
188-
```elixir
189-
iex> App.Accounts.Users.__info__(:functions)
190188
[
191189
change_user: 1,
192190
change_user: 2,
@@ -205,7 +203,6 @@ defmodule Contexted do
205203
update_user!: 2
206204
]
207205
```
208-
```
209206
210207
See more in [Contexted.CRUD](https://hexdocs.pm/contexted/Contexted.CRUD.html).
211208
"""

0 commit comments

Comments
 (0)