We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 605a595 commit e85e17fCopy full SHA for e85e17f
1 file changed
lib/contexted.ex
@@ -185,8 +185,6 @@ defmodule Contexted do
185
This will generate the following functions:
186
187
```
188
- ```elixir
189
- iex> App.Accounts.Users.__info__(:functions)
190
[
191
change_user: 1,
192
change_user: 2,
@@ -205,7 +203,6 @@ defmodule Contexted do
205
203
update_user!: 2
206
204
]
207
208
- ```
209
210
See more in [Contexted.CRUD](https://hexdocs.pm/contexted/Contexted.CRUD.html).
211
"""
0 commit comments