Skip to content

Commit 1c373c2

Browse files
committed
Auto-generated documentation from 65caf47
1 parent 49444ad commit 1c373c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/JsonApiDotNetCore.Configuration.IResourceGraph.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ <h4 class="section">Parameters</h4>
212212
<dl class="parameters">
213213
<dt><code>selector</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.linq.expressions.expression-1">Expression</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.func-2">Func</a>&lt;TResource, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>&gt;&gt;</dt>
214214
<dd><p>Should be of the form:
215-
(TResource resource) =&gt; new { resource.attribute1, resource.Attribute2 }</p>
215+
(TResource resource) =&gt; new { resource.Attribute1, resource.Attribute2 }</p>
216216
</dd>
217217
</dl>
218218

api/JsonApiDotNetCore.Configuration.ResourceGraph.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ <h4 class="section">Parameters</h4>
282282
<dl class="parameters">
283283
<dt><code>selector</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.linq.expressions.expression-1">Expression</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.func-2">Func</a>&lt;TResource, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>&gt;&gt;</dt>
284284
<dd><p>Should be of the form:
285-
(TResource resource) =&gt; new { resource.attribute1, resource.Attribute2 }</p>
285+
(TResource resource) =&gt; new { resource.Attribute1, resource.Attribute2 }</p>
286286
</dd>
287287
</dl>
288288

0 commit comments

Comments
 (0)