From 8c6addeb9be07eebaefc78ec9e3d3d302e8baf34 Mon Sep 17 00:00:00 2001 From: Pg Biel <9021226+PgBiel@users.noreply.github.com> Date: Wed, 26 Jul 2023 17:19:52 -0300 Subject: [PATCH] fix content::fields in types.md (#1754) --- docs/reference/types.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/reference/types.md b/docs/reference/types.md index d602bc3e6..4150cc9b1 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