Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-rychlewski committed Dec 12, 2023
1 parent dbd13d5 commit 222b2cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ecto/schema.ex
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ defmodule Ecto.Schema do
* `__schema__(:virtual_fields)` - Returns a list of all virtual field names;
* `__schema__(:field_source, field)` - Returns the alias of the given field;
* `__schema__(:type, field)` - Returns the type of the given non-virtual, non-read only field;
* `__schema__(:type, field)` - Returns the type of the given non-virtual field;
* `__schema__(:virtual_type, field)` - Returns the type of the given virtual field;
* `__schema__(:mode, field)` - Returns the `:mode` of the field. Either `:readwrite` or `:readonly`;
Expand Down

0 comments on commit 222b2cf

Please sign in to comment.