We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b697114 commit 8d409ebCopy full SHA for 8d409eb
lib/ecto/adapter/structure.ex
@@ -9,7 +9,7 @@ defmodule Ecto.Adapter.Structure do
9
The path will be looked in the `config` under :dump_path or
10
default to the structure path inside `default`.
11
12
- Returns `:ok` if it was dumped successfully, an error tuple otherwise.
+ Returns an `:ok` tuple if it was dumped successfully, an error tuple otherwise.
13
14
## Examples
15
@@ -27,7 +27,7 @@ defmodule Ecto.Adapter.Structure do
27
28
29
30
- Returns `:ok` if it was loaded successfully, an error tuple otherwise.
+ Returns an `:ok` tuple if it was loaded successfully, an error tuple otherwise.
31
32
33
0 commit comments