diff options
| author | Pg Biel <9021226+PgBiel@users.noreply.github.com> | 2023-07-26 17:19:52 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-26 22:19:52 +0200 |
| commit | 8c6addeb9be07eebaefc78ec9e3d3d302e8baf34 (patch) | |
| tree | 056326f48cb2d7fb0d40a2d3644c080797db34b1 | |
| parent | 7341bdf2d1b605438fa64d04acf5f4e25df2a444 (diff) | |
fix content::fields in types.md (#1754)
| -rw-r--r-- | docs/reference/types.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/reference/types.md b/docs/reference/types.md index d602bc3e..4150cc9b 100644 --- a/docs/reference/types.md +++ b/docs/reference/types.md @@ -726,6 +726,8 @@ Return the fields of this content. ).fields() ``` +- returns: dictionary + ### location() The location of the content. This is only available on content returned by [query]($func/query), for other content it will fail with an error. The |
