Commit f993257
committed
fix: Fix the ex_doc warning caused by Guardian.Permissions
When I use Guardian.Permissions in my module and try to use `mix
ex_doc` to generate documents, I encountered a warning:
```
warning: Closing unclosed backquotes ` at end of input.
```
After troubleshooting, I found it's caused by line 185 of `Guardian.Permissions`
This commit fixes this doc typo1 parent 4e7db97 commit f993257
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
| 184 | + | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| |||
0 commit comments