Skip to content

Commit 63627cf

Browse files
pchampingkellogg
authored andcommitted
fixed minor typos
1 parent 5d8a096 commit 63627cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9360,10 +9360,10 @@ <h3>Graph Containers</h3>
93609360
<p>Generally, when compacting, properties having only one value are
93619361
represented as strings or dictionaries, while properties having
93629362
multiple values are represented as an array of strings or dictionaries.
9363-
This means that applications accessing such properties needs to be prepared
9363+
This means that applications accessing such properties need to be prepared
93649364
to accept either representation. To force all values to be represented
93659365
using an array, a term definition can set <code>"@container": "@set"</code>.
9366-
Moreover, `@set` can be used in combination with other container settings,
9366+
Moreover, <code>@set</code> can be used in combination with other container settings,
93679367
for example looking at our language-map example from <a href="#indexing-values" class="sectionRef"></a>:</p>
93689368

93699369
<aside class="example" title="Indexing language-tagged strings and @set">

0 commit comments

Comments
 (0)